[APP 513] Label tuning (#496)
* Label updates: break out sexual into 3 categories; tune defaults; improve descriptions * Fix misapplication of warning in notifications
This commit is contained in:
parent
3cc0fb1d67
commit
b40287e4be
6 changed files with 88 additions and 34 deletions
|
@ -55,7 +55,7 @@ export function ContentHider({
|
|||
{isMuted ? (
|
||||
<>Post from an account you muted.</>
|
||||
) : (
|
||||
<>Warning: {labelPref.desc.title}</>
|
||||
<>Warning: {labelPref.desc.warning || labelPref.desc.title}</>
|
||||
)}
|
||||
</Text>
|
||||
<TouchableOpacity
|
||||
|
|
|
@ -33,7 +33,7 @@ export function ProfileHeaderLabels({
|
|||
/>
|
||||
<Text style={palErr.text}>
|
||||
This account has been flagged for{' '}
|
||||
{labelGroup.title.toLocaleLowerCase()}.
|
||||
{(labelGroup.warning || labelGroup.title).toLocaleLowerCase()}.
|
||||
</Text>
|
||||
</View>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue