diff --git a/src/translation/en.json b/src/translation/en.json index ce67514fd..d26e01070 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -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 %>" } }