Skip to content

Commit 8c51136

Browse files
author
Guillermo Machado
committed
fix: fix tests
1 parent cbba9a3 commit 8c51136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/login-form.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ export const LoginForm = ({
5353
autoComplete="email"
5454
control={control}
5555
name="email"
56-
label={translate('auth.signIn.title')}
56+
label={translate('auth.signIn.fields.email')}
5757
/>
5858
<ControlledInput
5959
testID="password-input"
6060
control={control}
6161
name="password"
62-
label={translate('auth.signIn.validation.passwordRequired')}
62+
label={translate('auth.signIn.fields.password')}
6363
placeholder="***"
6464
secureTextEntry={true}
6565
/>

0 commit comments

Comments
 (0)