Files
NodeBB/public/language/en-US/reset_password.json
Barış Soner Uşaklı 844cb91beb feat: update all language keys to use - instead of _ (#12059)
* feat: update all language keys to use - instead of _

* refactor: update language keys
2023-10-05 12:48:50 -04:00

18 lines
1.2 KiB
JSON

{
"reset-password": "Reset Password",
"update-password": "Update Password",
"password-changed.title": "Password Changed",
"password-changed.message": "<p>Password successfully reset, please <a href=\"/login\">log in again</a>.",
"wrong-reset-code.title": "Incorrect Reset Code",
"wrong-reset-code.message": "The reset code received was incorrect. Please try again, or <a href=\"/reset\">request a new reset code</a>.",
"new-password": "New Password",
"repeat-password": "Confirm Password",
"changing-password": "Changing Password",
"enter-email": "Please enter your <strong>email address</strong> and we will send you an email with instructions on how to reset your account.",
"enter-email-address": "Enter Email Address",
"password-reset-sent": "If the specified address corresponds to an existing user account, a password reset email was sent. Please note that only one email will be sent per minute.",
"invalid-email": "Invalid Email / Email does not exist!",
"password-too-short": "The password entered is too short, please pick a different password.",
"passwords-do-not-match": "The two passwords you've entered do not match.",
"password-expired": "Your password has expired, please choose a new password"
}