summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-16 05:44:02 -0700
committerHarrison Healey <harrisonmhealey@gmail.com>2016-06-16 08:44:02 -0400
commit3f333678d8b1f73dd66dca9a1a390169aaebaac8 (patch)
treebf1f352535f02a2d37bed46870fcc469b5a3b2d0 /i18n
parent4e38796e6964e22b61293568c85cea5e82c8e533 (diff)
downloadchat-3f333678d8b1f73dd66dca9a1a390169aaebaac8.tar.gz
chat-3f333678d8b1f73dd66dca9a1a390169aaebaac8.tar.bz2
chat-3f333678d8b1f73dd66dca9a1a390169aaebaac8.zip
PLT-2971 Added email footer for address (#3319)
* Added email footer for address * added default * Update html.go * Changed according to PM
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 792e12969..26ba3141c 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1364,6 +1364,10 @@
"translation": "To change your notification preferences, log in to your team site and go to Account Settings > Notifications."
},
{
+ "id": "api.templates.email_organization",
+ "translation": "Sent by "
+ },
+ {
"id": "api.templates.email_info",
"translation": "Any questions at all, mail us any time: <a href='mailto:{{.SupportEmail}}' style='text-decoration: none; color:#2389D7;'>{{.SupportEmail}}</a>.<br>Best wishes,<br>The {{.SiteName}} Team<br>"
},