Skip to content

Commit

Permalink
i18n(auth): change invalid user message (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau authored Jan 31, 2024
1 parent bfb4f46 commit e70b6fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/auth/src/locale/en.auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion packages/auth/src/locale/fr.auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e70b6fc

Please sign in to comment.