Skip to content

Commit d837a96

Browse files
fix(ui): typo in FR and ES translations
1 parent e9b219f commit d837a96

File tree

2 files changed

+2
-2
lines changed
  • packages/ui/src/i18n/dictionaries/authenticator

2 files changed

+2
-2
lines changed

packages/ui/src/i18n/dictionaries/authenticator/es.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const esDict: AuthenticatorDictionary = {
9292
'Sign Up with Google': 'Crear cuenta con Google',
9393
'Sign Up': 'Crear cuenta',
9494
'User already exists': 'El usuario ya existe',
95-
'User does not exist': 'El usuario no existe',
95+
'User does not exist.': 'El usuario no existe',
9696
'Username/client id combination not found.': 'El usuario no existe',
9797
'Username cannot be empty': 'El nombre de usuario no puede estar vacío',
9898
'Your passwords must match': 'Las contraseñas deben coincidir',

packages/ui/src/i18n/dictionaries/authenticator/fr.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const frDict: AuthenticatorDictionary = {
107107
'Sign Up': "S'inscrire",
108108
SMS: 'SMS',
109109
'User already exists': "L'utilisateur existe déjà",
110-
'User does not exist': "L'utilisateur n'existe pas",
110+
'User does not exist.': "L'utilisateur n'existe pas",
111111
'Username cannot be empty': "Le nom d'utilisateur doit être renseigné",
112112
'Username/client id combination not found.': "L'utilisateur n'existe pas",
113113
'We Emailed You': 'Nous vous avons envoyé un code',

0 commit comments

Comments
 (0)