Skip to content

Commit f525f63

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

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/sour-fireants-laugh.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aws-amplify/ui': patch
3+
---
4+
5+
fix some authenticator translations for French and Spanish

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)