summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-07-21 19:01:07 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-07-21 19:01:07 -0700
commitaa99a3443aa1096eec3c0d169eb000f8b6666f84 (patch)
treea0acccdf33a34c4d7b9e495e0962517bb3280579 /api
parent269185fb0e252e8105d5f143ca104a069ec10c47 (diff)
downloadchat-aa99a3443aa1096eec3c0d169eb000f8b6666f84.tar.gz
chat-aa99a3443aa1096eec3c0d169eb000f8b6666f84.tar.bz2
chat-aa99a3443aa1096eec3c0d169eb000f8b6666f84.zip
Changed the subject line for emails sent regarding mentions and other team notifications. This is meant to prevent notification emails from different teams from combining into a single email thread
Diffstat (limited to 'api')
-rw-r--r--api/templates/post_subject.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/post_subject.html b/api/templates/post_subject.html
index 8ebc9550b..7d8941549 100644
--- a/api/templates/post_subject.html
+++ b/api/templates/post_subject.html
@@ -1 +1 @@
-{{define "post_subject"}}[{{.Props.TeamDisplayName}} {{.SiteName}}] {{.Props.SubjectText}} for {{.Props.Month}} {{.Props.Day}}, {{.Props.Year}}{{end}}
+{{define "post_subject"}}[{{.SiteName}}] {{.Props.TeamDisplayName}} Team Notifications for {{.Props.Month}} {{.Props.Day}}, {{.Props.Year}}{{end}}