about summary refs log tree commit diff
path: root/src/view/shell/NavSignupCard.tsx
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-02-14 11:06:37 +0900
committerMinseo Lee <itoupluk427@gmail.com>2024-02-14 11:06:37 +0900
commit3f5bdd8be37efbe3bf7b1b60bea2bfa4e32aa159 (patch)
treeef4c3ae654f5be2708aaff1063994b4e7048ca53 /src/view/shell/NavSignupCard.tsx
parent836cff306e3485f894cba7c7a4245178745bbfa5 (diff)
downloadvoidsky-3f5bdd8be37efbe3bf7b1b60bea2bfa4e32aa159.tar.zst
Mark more texts for localization
Diffstat (limited to 'src/view/shell/NavSignupCard.tsx')
-rw-r--r--src/view/shell/NavSignupCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/NavSignupCard.tsx b/src/view/shell/NavSignupCard.tsx
index bae37e838..83d141498 100644
--- a/src/view/shell/NavSignupCard.tsx
+++ b/src/view/shell/NavSignupCard.tsx
@@ -58,7 +58,7 @@ let NavSignupCard = ({}: {}): React.ReactNode => {
           accessibilityHint={_(msg`Sign in`)}
           accessibilityLabel={_(msg`Sign in`)}>
           <Text type="md" style={[pal.text, s.bold]}>
-            Sign in
+            <Trans>Sign in</Trans>
           </Text>
         </Button>
       </View>