summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-08-03 08:51:52 -0400
committerGitHub <noreply@github.com>2017-08-03 08:51:52 -0400
commit713673c8886a4822ef429823b24aa6c947bc49f4 (patch)
tree0c4bf0e600ab3c4cd3b24c05665cde0619ad92f1 /i18n
parent43c523e8391f454c90358951c86b107d44203b72 (diff)
downloadchat-713673c8886a4822ef429823b24aa6c947bc49f4.tar.gz
chat-713673c8886a4822ef429823b24aa6c947bc49f4.tar.bz2
chat-713673c8886a4822ef429823b24aa6c947bc49f4.zip
PLT-7194 Add email when adding user access tokens (#7087)
* Add email when adding user access tokens * Update en.json * Update en.json
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 2d4581ad8..c4bc9652a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2420,6 +2420,18 @@
"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.<br>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"
},
@@ -2836,6 +2848,10 @@
"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."
},