diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-02-14 11:06:37 +0900 |
---|---|---|
committer | Minseo Lee <itoupluk427@gmail.com> | 2024-02-14 11:06:37 +0900 |
commit | 3f5bdd8be37efbe3bf7b1b60bea2bfa4e32aa159 (patch) | |
tree | ef4c3ae654f5be2708aaff1063994b4e7048ca53 /src/view/shell/NavSignupCard.tsx | |
parent | 836cff306e3485f894cba7c7a4245178745bbfa5 (diff) | |
download | voidsky-3f5bdd8be37efbe3bf7b1b60bea2bfa4e32aa159.tar.zst |
Mark more texts for localization
Diffstat (limited to 'src/view/shell/NavSignupCard.tsx')
-rw-r--r-- | src/view/shell/NavSignupCard.tsx | 2 |
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> |