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",