Skip to content

Commit 511d45c

Browse files
feat: translated the text for the login hint to en/de/pl
1 parent a8a43e8 commit 511d45c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/frontend/src/components/Auth/SignInForm/SignInForm.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ const MOCK: { [key: string]: { loginHint: string; username: string; password: st
3535
password: 'Passwort',
3636
},
3737
pl: {
38-
loginHint: 'To sign in to the demo, you can use the following credentials:',
39-
username: 'Username',
40-
password: 'Password',
38+
loginHint: 'Aby zalogować się do demo, możesz użyć następujących danych logowania:',
39+
username: 'Użytkownik',
40+
password: 'Hasło',
4141
},
4242
};
4343

0 commit comments

Comments
 (0)