about summary refs log tree commit diff
path: root/src/view/screens/Settings.tsx
diff options
context:
space:
mode:
authorTakayuki KUSANO <65759+tkusano@users.noreply.github.com>2024-01-19 14:23:12 +0900
committerGitHub <noreply@github.com>2024-01-18 21:23:12 -0800
commit0dfe740dd3c2cbda4c7bd27513807752fad636f3 (patch)
treeedc20278169e47b3017b087a60c0586318171f4f /src/view/screens/Settings.tsx
parent2be27330822e294989513719919ca2cd9ac30adb (diff)
downloadvoidsky-0dfe740dd3c2cbda4c7bd27513807752fad636f3.tar.zst
Remove excess l10n related markups (#2544)
* Remove excess l10n related markups

* One more correction pointed out by quiple
Diffstat (limited to 'src/view/screens/Settings.tsx')
-rw-r--r--src/view/screens/Settings.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx
index 1f117b45b..3b50c5449 100644
--- a/src/view/screens/Settings.tsx
+++ b/src/view/screens/Settings.tsx
@@ -291,7 +291,7 @@ export function SettingsScreen({}: Props) {
         ]}>
         <View style={{flex: 1}}>
           <Text type="title-lg" style={[pal.text, {fontWeight: 'bold'}]}>
-            <Trans>{_(msg`Settings`)}</Trans>
+            <Trans>Settings</Trans>
           </Text>
         </View>
       </SimpleViewHeader>