Skip to content
Snippets Groups Projects

feat: :globe_with_meridians: Add reset password locales

Merged Simon Mulquin requested to merge feat_add_missing_locales into main
2 files
+ 7
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -195,8 +195,11 @@
"auth.forgot.goLogin": "Try to login",
"auth.reset.title": "New password",
"auth.reset.password": "Enter your new password",
"auth.reset.passwordCheck": "Confirm password",
"auth.reset.confirm": "Confirm",
"auth.reset.submitted": "🎉 Your password has been updated !",
"auth.reset.login": "Try to login",
"auth.reset.error": "We were not able to update your password, please check if you provided the same password in both fields.",
"auth.reset.back": "Back",
"auth.errors.generic": "Invalid login: please check your email and password.",
"auth.errors.email.taken": "Cet email est déjà pris.",
Loading