Files
whowhat/frontend/src/i18n/locales/en/resetPassword.json
Kacper ae3b435b51 v1.0.3
add multi lang
2026-07-11 20:03:15 +02:00

13 lines
488 B
JSON

{
"passwordMismatch": "Passwords don't match",
"invalidLinkTitle": "Invalid link",
"invalidLinkMessage": "The password reset token is missing. Request a new link.",
"requestNewLink": "Reset password",
"title": "Set a new password",
"done": "Your password has been changed. Redirecting to login…",
"newPasswordPlaceholder": "New password (min. 6 characters)",
"confirmPasswordPlaceholder": "Repeat new password",
"saving": "Saving…",
"submit": "Set new password"
}