summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-03-01 15:28:38 +0100
committerCorey Hulen <corey@hulen.com>2017-03-01 09:28:38 -0500
commite5065cf7575ee05c040945a4b00b7fd90bf39b83 (patch)
tree0129c2c5c4d15d6d00c93801c11a372b17751d78 /i18n
parentc1d5e9a9e630cc914fa0493beb88226576510ea7 (diff)
downloadchat-e5065cf7575ee05c040945a4b00b7fd90bf39b83.tar.gz
chat-e5065cf7575ee05c040945a4b00b7fd90bf39b83.tar.bz2
chat-e5065cf7575ee05c040945a4b00b7fd90bf39b83.zip
Make all emails with the same pattern on subject (#5198)
* make all email subject standard * move SendPasswordReset to app/email.go update per review * update email subjects per review update error fix expected subject * Update email_test.go * Update en.json * fix missing quotes
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/i18n/en.json b/i18n/en.json
index e6efcafda..f2417a8f5 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2021,7 +2021,7 @@
},
{
"id": "api.templates.email_change_subject",
- "translation": "Your email address has changed for {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Your email address has changed"
},
{
"id": "api.templates.email_change_verify_body.button",
@@ -2037,7 +2037,7 @@
},
{
"id": "api.templates.email_change_verify_subject",
- "translation": "Verify new email address for {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Verify new email address"
},
{
"id": "api.templates.email_footer",
@@ -2093,7 +2093,7 @@
},
{
"id": "api.templates.invite_subject",
- "translation": "{{ .SenderName }} invited you to join {{ .TeamDisplayName }} Team on {{.SiteName}}"
+ "translation": "[{{ .SiteName }}] {{ .SenderName }} invited you to join {{ .TeamDisplayName }} Team"
},
{
"id": "api.templates.mfa_activated_body.info",
@@ -2105,7 +2105,7 @@
},
{
"id": "api.templates.mfa_change_subject",
- "translation": "Your MFA has been updated on {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Your MFA has been updated"
},
{
"id": "api.templates.mfa_deactivated_body.info",
@@ -2125,7 +2125,7 @@
},
{
"id": "api.templates.password_change_subject",
- "translation": "Your password has been updated for {{.TeamDisplayName}} on {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] Your password has been updated"
},
{
"id": "api.templates.post_body.button",
@@ -2157,7 +2157,7 @@
},
{
"id": "api.templates.reset_subject",
- "translation": "Reset your password"
+ "translation": "[{{ .SiteName }}] Reset your password"
},
{
"id": "api.templates.signin_change_email.body.method_email",
@@ -2189,7 +2189,7 @@
},
{
"id": "api.templates.singin_change_email.subject",
- "translation": "You updated your sign-in method on {{ .SiteName }}"
+ "translation": "[{{ .SiteName }}] You updated your sign-in method on {{ .SiteName }}"
},
{
"id": "api.templates.upgrade_30_body.info",
@@ -2209,7 +2209,7 @@
},
{
"id": "api.templates.username_change_subject",
- "translation": "Your username has changed for {{.TeamDisplayName}}"
+ "translation": "[{{ .SiteName }}] Your username has changed"
},
{
"id": "api.templates.verify_body.button",
@@ -2253,7 +2253,7 @@
},
{
"id": "api.templates.welcome_subject",
- "translation": "You joined {{ .ServerURL }}"
+ "translation": "[{{ .SiteName }}] You joined {{ .ServerURL }}"
},
{
"id": "api.user.activate_mfa.email_and_ldap_only.app_error",