From 78e459d06fbc48459dd73c9e837278eac254f4a9 Mon Sep 17 00:00:00 2001 From: Ansh Date: Tue, 5 Dec 2023 20:27:38 -0600 Subject: Add missing translations and fix react key error in `MyLists.tsx` (#2103) * add missing translations * fix key errors in MyLists * Update UserAddRemoveLists.tsx --- src/view/screens/ModerationModlists.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/view/screens/ModerationModlists.tsx') diff --git a/src/view/screens/ModerationModlists.tsx b/src/view/screens/ModerationModlists.tsx index 145b35a42..d6a3b5f6f 100644 --- a/src/view/screens/ModerationModlists.tsx +++ b/src/view/screens/ModerationModlists.tsx @@ -14,6 +14,7 @@ import {SimpleViewHeader} from 'view/com/util/SimpleViewHeader' import {s} from 'lib/styles' import {useSetMinimalShellMode} from '#/state/shell' import {useModalControls} from '#/state/modals' +import {Trans} from '@lingui/macro' type Props = NativeStackScreenProps export function ModerationModlistsScreen({}: Props) { @@ -54,10 +55,12 @@ export function ModerationModlistsScreen({}: Props) { }> - Moderation Lists + Moderation Lists - Public, shareable lists of users to mute or block in bulk. + + Public, shareable lists of users to mute or block in bulk. + @@ -72,7 +75,7 @@ export function ModerationModlistsScreen({}: Props) { }}> - New + New -- cgit 1.4.1