Make password reset logic translatable
This commit is contained in:
@@ -390,7 +390,12 @@
|
||||
},
|
||||
"changePasswordAction": "Change Password",
|
||||
"disable2FAAction": "Disable 2FA",
|
||||
"enable2FAAction": "Enable 2FA"
|
||||
"enable2FAAction": "Enable 2FA",
|
||||
"passwordResetAction": "I forgot my password",
|
||||
"passwordResetNotification": {
|
||||
"title": "Password reset successful",
|
||||
"body": "Email sent to {{ email }}"
|
||||
}
|
||||
},
|
||||
"backups": {
|
||||
"title": "Backups",
|
||||
|
||||
Reference in New Issue
Block a user