v1.0.3
add multi lang
This commit is contained in:
12
frontend/src/i18n/locales/en/resetPassword.json
Normal file
12
frontend/src/i18n/locales/en/resetPassword.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user