diff options
-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 |