From 713673c8886a4822ef429823b24aa6c947bc49f4 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 3 Aug 2017 08:51:52 -0400 Subject: PLT-7194 Add email when adding user access tokens (#7087) * Add email when adding user access tokens * Update en.json * Update en.json --- i18n/en.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 2d4581ad8..c4bc9652a 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2419,6 +2419,18 @@ "id": "api.templates.password_change_subject", "translation": "[{{ .SiteName }}] Your password has been updated" }, + { + "id": "api.templates.user_access_token_body.info", + "translation": "A user access token was added to your account on {{ .SiteURL }}. They can be used to access {{.SiteName}} with your account.
If this change wasn't initiated by you, please contact your system administrator." + }, + { + "id": "api.templates.user_access_token_body.title", + "translation": "User access token added to your account" + }, + { + "id": "api.templates.user_access_token_subject", + "translation": "[{{ .SiteName }}] User access token added to your account" + }, { "id": "api.templates.post_body.button", "translation": "Go To Post" @@ -2835,6 +2847,10 @@ "id": "api.user.send_password_change_email_and_forget.error", "translation": "Failed to send update password email successfully" }, + { + "id": "api.user.send_user_access_token.error", + "translation": "Failed to send user access token added email successfully" + }, { "id": "api.user.send_password_reset.find.app_error", "translation": "We couldn’t find an account with that address." -- cgit v1.2.3-1-g7c22