Switch 'gore' to 'graphic-media'

This commit is contained in:
Paul Frazee
2024-03-09 13:35:00 -08:00
parent 185c3d6ee1
commit fb05cffdd6
3 changed files with 7 additions and 5 deletions
+5 -3
View File
@@ -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.`,
),
},
}),
[_],
+1 -1
View File
@@ -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 />