From fb05cffdd6b6543664029a56211e9df918653a33 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sat, 9 Mar 2024 13:35:00 -0800 Subject: [PATCH] Switch 'gore' to 'graphic-media' --- src/lib/moderation/useGlobalLabelStrings.ts | 8 +++++--- src/screens/Moderation/index.tsx | 2 +- src/screens/Onboarding/StepModeration/index.tsx | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/lib/moderation/useGlobalLabelStrings.ts b/src/lib/moderation/useGlobalLabelStrings.ts index 6b936723dd..a386bf3f9c 100644 --- a/src/lib/moderation/useGlobalLabelStrings.ts +++ b/src/lib/moderation/useGlobalLabelStrings.ts @@ -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.`, + ), }, }), [_], diff --git a/src/screens/Moderation/index.tsx b/src/screens/Moderation/index.tsx index 2c3e53bae9..9fb4ad40cb 100644 --- a/src/screens/Moderation/index.tsx +++ b/src/screens/Moderation/index.tsx @@ -384,7 +384,7 @@ export function ModerationScreenInner({ /> )} diff --git a/src/screens/Onboarding/StepModeration/index.tsx b/src/screens/Onboarding/StepModeration/index.tsx index 408cb1d914..53349c91a0 100644 --- a/src/screens/Onboarding/StepModeration/index.tsx +++ b/src/screens/Onboarding/StepModeration/index.tsx @@ -99,7 +99,7 @@ export function StepModeration() { isMounted={isMounted} />