Add password reset mail translations

This commit is contained in:
Johannes Zellner
2020-11-20 16:23:13 +01:00
parent 2c29eecc22
commit f252b01ae2

View File

@@ -1330,5 +1330,12 @@
"invitor": "You are receiving this email because you were invited by <%= invitor %>.",
"expireNote": "Please note that the invite link will expire in 7 days.",
"inviteLinkActionText": "Follow the link to get started: <%- inviteLink %>"
},
"passwordResetEmail": {
"salutation": "Hi <%= user %>,",
"description": "Someone, hopefully you, has requested your account's password be reset. If you did not request this reset, please ignore this message.",
"resetAction": "Click to reset your password",
"expireNote": "Please note that the password reset link will expire in 24 hours.",
"resetActionText": "To reset your password, please visit the following page: <%- resetLink %>"
}
}