From e70b6fc8919c1266eb048d3824c1ffa6df72daa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Barbeau?= Date: Wed, 31 Jan 2024 14:53:58 -0500 Subject: [PATCH] i18n(auth): change invalid user message (#1621) --- packages/auth/src/locale/en.auth.json | 3 ++- packages/auth/src/locale/fr.auth.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/auth/src/locale/en.auth.json b/packages/auth/src/locale/en.auth.json index 064be68655..18c8f0519a 100644 --- a/packages/auth/src/locale/en.auth.json +++ b/packages/auth/src/locale/en.auth.json @@ -15,7 +15,8 @@ "Maximun logins exceeded": "Maximum logins exceeded", "Login lockout": "Maximum number of attempts exceeded. Your account is locked.", "Wrong password": "Wrong password", - "Invalid username": "Invalid username" + "Invalid username": "Invalid username", + "Username or password invalid": "Username or password invalid" }, "microsoft": { "login": "Sign in with Azure account" diff --git a/packages/auth/src/locale/fr.auth.json b/packages/auth/src/locale/fr.auth.json index c369f2fc5a..49b1f81950 100644 --- a/packages/auth/src/locale/fr.auth.json +++ b/packages/auth/src/locale/fr.auth.json @@ -15,7 +15,8 @@ "Maximun logins exceeded": "Nombre maximal de connexions dépassé", "Login lockout": "Nombre maximal d'essais dépassés. Votre compte est verrouillé.", "Wrong password": "Mot de passe incorrect", - "Invalid username": "Utilisateur invalide" + "Invalid username": "Utilisateur invalide", + "Username or password invalid": "Utilisateur ou mot de passe invalide" }, "google": { "login": "Se connecter avec Google",