Switch 'gore' to 'graphic-media'
This commit is contained in:
@@ -42,9 +42,11 @@ export function useGlobalLabelStrings(): GlobalLabelStrings {
|
||||
name: _(msg`Non-sexual Nudity`),
|
||||
description: _(msg`E.g. artistic nudes.`),
|
||||
},
|
||||
gore: {
|
||||
name: _(msg`Violent / Bloody`),
|
||||
description: _(msg`Gore, self-harm, torture`),
|
||||
'graphic-media': {
|
||||
name: _(msg`Graphic Media`),
|
||||
description: _(
|
||||
msg`Explicit or potentially disturbing media, including graphic violence, severe injuries, or other visuals that may be shocking or upsetting to some viewers.`,
|
||||
),
|
||||
},
|
||||
}),
|
||||
[_],
|
||||
|
||||
@@ -384,7 +384,7 @@ export function ModerationScreenInner({
|
||||
/>
|
||||
<Divider />
|
||||
<GlobalModerationLabelPref
|
||||
labelValueDefinition={LABELS.gore}
|
||||
labelValueDefinition={LABELS['graphic-media']}
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
|
||||
@@ -99,7 +99,7 @@ export function StepModeration() {
|
||||
isMounted={isMounted}
|
||||
/>
|
||||
<ModerationOption
|
||||
labelValueDefinition={LABELS.gore}
|
||||
labelValueDefinition={LABELS['graphic-media']}
|
||||
isMounted={isMounted}
|
||||
/>
|
||||
<AnimatedDivider />
|
||||
|
||||
Reference in New Issue
Block a user