summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSang Jun Lee <sjun.lee@navercorp.com>2016-08-25 01:54:58 +0900
committerCorey Hulen <corey@hulen.com>2016-08-24 08:54:58 -0800
commitdeb1361a0d67421fbeacc466b57c05d10da4c631 (patch)
treed6971e18af14efcf9a2ab3dcaf85598f618f510e /i18n
parentec44df1b4824d88ff6bbe8c116085a590ce8461d (diff)
downloadchat-deb1361a0d67421fbeacc466b57c05d10da4c631.tar.gz
chat-deb1361a0d67421fbeacc466b57c05d10da4c631.tar.bz2
chat-deb1361a0d67421fbeacc466b57c05d10da4c631.zip
Add channel name on email notification. (#3824)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 40486b58d..2f496d92b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1684,8 +1684,12 @@
"translation": "CHANNEL: {{.ChannelName}}<br>{{.SenderName}} - {{.Hour}}:{{.Minute}} {{.TimeZone}}, {{.Month}} {{.Day}}"
},
{
- "id": "api.templates.post_subject",
- "translation": "{{.SubjectText}} on {{.TeamDisplayName}} at {{.Month}} {{.Day}}, {{.Year}}"
+ "id": "api.templates.post_subject_in_channel",
+ "translation": "{{.SubjectText}} in {{.TeamDisplayName}} ({{.ChannelName}}) on {{.Month}} {{.Day}}, {{.Year}}"
+ },
+ {
+ "id": "api.templates.post_subject_in_direct_message",
+ "translation": "{{.SubjectText}} in {{.TeamDisplayName}} from {{.SenderDisplayName}} on {{.Month}} {{.Day}}, {{.Year}}"
},
{
"id": "api.templates.reset_body.button",