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 6ecfece69..042f6d65c 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1204,6 +1204,18 @@
"translation": "Your email address has changed for {{.TeamDisplayName}}"
},
{
+ "id": "api.templates.username_change_body.info",
+ "translation": "Your username for {{.TeamDisplayName}} has been changed to {{.NewUsername}}.<br>If you did not make this change, please contact the system administrator."
+ },
+ {
+ "id": "api.templates.username_change_body.title",
+ "translation": "You updated your username"
+ },
+ {
+ "id": "api.templates.username_change_subject",
+ "translation": "Your username has changed for {{.TeamDisplayName}}"
+ },
+ {
"id": "api.templates.email_change_verify_body.button",
"translation": "Verify Email"
},
@@ -1640,6 +1652,10 @@
"translation": "Failed to send email change notification email successfully err=%v"
},
{
+ "id": "api.user.send_email_change_username_and_forget.error",
+ "translation": "Failed to send username change notification email successfully err=%v"
+ },
+ {
"id": "api.user.send_email_change_verify_email_and_forget.error",
"translation": "Failed to send email change verification email successfully err=%v"
},