From bf3528b2a685992f0705cf91db261181e64e8b62 Mon Sep 17 00:00:00 2001 From: Paul V Date: Wed, 27 Nov 2024 12:09:24 +0100 Subject: [PATCH] fix(ui): typo in FR and ES translations --- packages/ui/src/i18n/dictionaries/authenticator/es.ts | 2 +- packages/ui/src/i18n/dictionaries/authenticator/fr.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/i18n/dictionaries/authenticator/es.ts b/packages/ui/src/i18n/dictionaries/authenticator/es.ts index 2f8fb45aac7..2f3d063d858 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/es.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/es.ts @@ -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', diff --git a/packages/ui/src/i18n/dictionaries/authenticator/fr.ts b/packages/ui/src/i18n/dictionaries/authenticator/fr.ts index 7f095bd0ec3..972bc885a5b 100644 --- a/packages/ui/src/i18n/dictionaries/authenticator/fr.ts +++ b/packages/ui/src/i18n/dictionaries/authenticator/fr.ts @@ -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',