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`), name: _(msg`Non-sexual Nudity`),
description: _(msg`E.g. artistic nudes.`), description: _(msg`E.g. artistic nudes.`),
}, },
gore: { 'graphic-media': {
name: _(msg`Violent / Bloody`), name: _(msg`Graphic Media`),
description: _(msg`Gore, self-harm, torture`), 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 /> <Divider />
<GlobalModerationLabelPref <GlobalModerationLabelPref
labelValueDefinition={LABELS.gore} labelValueDefinition={LABELS['graphic-media']}
/> />
</> </>
)} )}
@@ -99,7 +99,7 @@ export function StepModeration() {
isMounted={isMounted} isMounted={isMounted}
/> />
<ModerationOption <ModerationOption
labelValueDefinition={LABELS.gore} labelValueDefinition={LABELS['graphic-media']}
isMounted={isMounted} isMounted={isMounted}
/> />
<AnimatedDivider /> <AnimatedDivider />