summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorThomas Balthazar <tbalthazar@users.noreply.github.com>2016-05-18 13:54:33 +0200
committerJoram Wilander <jwawilander@gmail.com>2016-05-18 07:54:33 -0400
commit99b8eef7e373a000f35016415ba2148f939c1155 (patch)
tree53ff88b061410fbfed3cf2c59808f9db47bd83a6 /i18n
parent9d5e7478f9131f10a44d07f8b5b899e7f3b991f7 (diff)
downloadchat-99b8eef7e373a000f35016415ba2148f939c1155.tar.gz
chat-99b8eef7e373a000f35016415ba2148f939c1155.tar.bz2
chat-99b8eef7e373a000f35016415ba2148f939c1155.zip
Send email notification when username changed (#3022)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json16
-rw-r--r--i18n/fr.json16
2 files changed, 32 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"
},
diff --git a/i18n/fr.json b/i18n/fr.json
index b5661b668..f88fbc522 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -1104,6 +1104,18 @@
"translation": "Votre adresse électronique a été modifiée pour {{.TeamDisplayName}}"
},
{
+ "id": "api.templates.username_change_body.info",
+ "translation": "Votre nom d'utilisateur pour {{.TeamDisplayName}} a été modifiée en {{.NewUsername}}.<br>Si vous n'êtes pas à l'origine de cette action, veuillez contacter votre administrateur système."
+ },
+ {
+ "id": "api.templates.username_change_body.title",
+ "translation": "Vous avez mis à jour votre nom d'utilisateur."
+ },
+ {
+ "id": "api.templates.username_change_subject",
+ "translation": "Votre nom d'utilisateur a été modifiée pour {{.TeamDisplayName}}"
+ },
+ {
"id": "api.templates.email_change_verify_body.button",
"translation": "Vérifier votre adresse électronique"
},
@@ -1496,6 +1508,10 @@
"translation": "Impossible d'envoyer le courriel de changement d'adresse électronique err=%v"
},
{
+ "id": "api.user.send_email_change_username_and_forget.error",
+ "translation": "Impossible d'envoyer le courriel de changement de nom d'utilisateur err=%v"
+ },
+ {
"id": "api.user.send_email_change_verify_email_and_forget.error",
"translation": "Impossible d'envoyer le courriel de changement d'adresse électronique err=%v"
},