Skip to content

Commit

Permalink
fix(ui): typo in FR and ES translations
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVPrivateaser committed Nov 27, 2024
1 parent e9b219f commit bf3528b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/i18n/dictionaries/authenticator/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const esDict: AuthenticatorDictionary = {
'Sign Up with Google': 'Crear cuenta con Google',
'Sign Up': 'Crear cuenta',
'User already exists': 'El usuario ya existe',
'User does not exist': 'El usuario no existe',
'User does not exist.': 'El usuario no existe',
'Username/client id combination not found.': 'El usuario no existe',
'Username cannot be empty': 'El nombre de usuario no puede estar vacío',
'Your passwords must match': 'Las contraseñas deben coincidir',
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/i18n/dictionaries/authenticator/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const frDict: AuthenticatorDictionary = {
'Sign Up': "S'inscrire",
SMS: 'SMS',
'User already exists': "L'utilisateur existe déjà",
'User does not exist': "L'utilisateur n'existe pas",
'User does not exist.': "L'utilisateur n'existe pas",
'Username cannot be empty': "Le nom d'utilisateur doit être renseigné",
'Username/client id combination not found.': "L'utilisateur n'existe pas",
'We Emailed You': 'Nous vous avons envoyé un code',
Expand Down

0 comments on commit bf3528b

Please sign in to comment.