From 0d1373bb71e1fd60c2b9e545aeecf631c0f68ef0 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 25 Feb 2025 09:21:00 -0800 Subject: Remove `moderatePost_wrapped` (#7188) * rm `moderatePost_wrapped` * Handle display in app --------- Co-authored-by: Eric Bailey --- src/lib/moderation/useGlobalLabelStrings.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/moderation/useGlobalLabelStrings.ts') diff --git a/src/lib/moderation/useGlobalLabelStrings.ts b/src/lib/moderation/useGlobalLabelStrings.ts index 4f41c62b1..86ad8e76d 100644 --- a/src/lib/moderation/useGlobalLabelStrings.ts +++ b/src/lib/moderation/useGlobalLabelStrings.ts @@ -46,6 +46,10 @@ export function useGlobalLabelStrings(): GlobalLabelStrings { name: _(msg`Graphic Media`), description: _(msg`Explicit or potentially disturbing media.`), }, + gore: { + name: _(msg`Graphic Media`), + description: _(msg`Explicit or potentially disturbing media.`), + }, }), [_], ) -- cgit 1.4.1