From b951bacdff65d53926d9e61dbcc9439a99e67a4b Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 7 Mar 2024 16:01:02 -0800 Subject: [PATCH] Update nudity descriptions --- src/lib/moderation/useGlobalLabelStrings.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/moderation/useGlobalLabelStrings.ts b/src/lib/moderation/useGlobalLabelStrings.ts index b79df77ab2..ab5ab18466 100644 --- a/src/lib/moderation/useGlobalLabelStrings.ts +++ b/src/lib/moderation/useGlobalLabelStrings.ts @@ -57,8 +57,8 @@ export function useGlobalLabelStrings(): GlobalLabelStrings { description: _(msg`Does not include nudity.`), }, nudity: { - name: _(msg`Nudity`), - description: _(msg`Including non-sexual and artistic.`), + name: _(msg`Non-sexual Nudity`), + description: _(msg`E.g. artistic nudes.`), }, gore: { name: _(msg`Violent / Bloody`),