diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2025-06-09 21:21:11 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-09 05:21:11 -0700 |
commit | 42c4da1ec7f2ad560ef1dbf7477da02b1ed8ad2c (patch) | |
tree | a431437122079dbd394a50b76caf29bccd54416d /src | |
parent | b3be5a26ea060ff0083aa675ecbcdc24a6729e8b (diff) | |
download | voidsky-42c4da1ec7f2ad560ef1dbf7477da02b1ed8ad2c.tar.zst |
Update SetNewPasswordForm.tsx (#8349)
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/Login/SetNewPasswordForm.tsx | 8 |
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 |