Make password reset logic translatable

This commit is contained in:
Johannes Zellner
2021-09-09 22:31:00 +02:00
parent 04eb179899
commit f8d0438c06
3 changed files with 8 additions and 3 deletions

View File

@@ -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",