Switch 'gore' to 'graphic-media'
This commit is contained in:
@@ -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.`,
|
||||||
|
),
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
[_],
|
[_],
|
||||||
|
|||||||
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user