about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2025-06-09 21:21:11 +0900
committerGitHub <noreply@github.com>2025-06-09 05:21:11 -0700
commit42c4da1ec7f2ad560ef1dbf7477da02b1ed8ad2c (patch)
treea431437122079dbd394a50b76caf29bccd54416d
parentb3be5a26ea060ff0083aa675ecbcdc24a6729e8b (diff)
downloadvoidsky-42c4da1ec7f2ad560ef1dbf7477da02b1ed8ad2c.tar.zst
Update SetNewPasswordForm.tsx (#8349)
-rw-r--r--src/screens/Login/SetNewPasswordForm.tsx8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/screens/Login/SetNewPasswordForm.tsx b/src/screens/Login/SetNewPasswordForm.tsx
index d78a856cb..d2fa0f9c1 100644
--- a/src/screens/Login/SetNewPasswordForm.tsx
+++ b/src/screens/Login/SetNewPasswordForm.tsx
@@ -112,7 +112,9 @@ export const SetNewPasswordForm = ({
       </Text>
 
       <View>
-        <TextField.LabelText>Reset code</TextField.LabelText>
+        <TextField.LabelText>
+          <Trans>Reset code</Trans>
+        </TextField.LabelText>
         <TextField.Root>
           <TextField.Icon icon={Ticket} />
           <TextField.Input
@@ -135,7 +137,9 @@ export const SetNewPasswordForm = ({
       </View>
 
       <View>
-        <TextField.LabelText>New password</TextField.LabelText>
+        <TextField.LabelText>
+          <Trans>New password</Trans>
+        </TextField.LabelText>
         <TextField.Root>
           <TextField.Icon icon={Lock} />
           <TextField.Input