We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbba9a3 commit 8c51136Copy full SHA for 8c51136
src/components/login-form.tsx
@@ -53,13 +53,13 @@ export const LoginForm = ({
53
autoComplete="email"
54
control={control}
55
name="email"
56
- label={translate('auth.signIn.title')}
+ label={translate('auth.signIn.fields.email')}
57
/>
58
<ControlledInput
59
testID="password-input"
60
61
name="password"
62
- label={translate('auth.signIn.validation.passwordRequired')}
+ label={translate('auth.signIn.fields.password')}
63
placeholder="***"
64
secureTextEntry={true}
65
0 commit comments