summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-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."
},