summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-22 11:07:13 -0800
committerCorey Hulen <corey@hulen.com>2015-07-22 11:07:13 -0800
commit33c32be69bdfea8241ea696b8d387be0d8493e2f (patch)
tree1fe42f70ad1513f2b3bce314cfd2992a7b5020db /api
parent3d1920e83e0a3cee6adce86f7193ad1784b4989b (diff)
parentaa99a3443aa1096eec3c0d169eb000f8b6666f84 (diff)
downloadchat-33c32be69bdfea8241ea696b8d387be0d8493e2f.tar.gz
chat-33c32be69bdfea8241ea696b8d387be0d8493e2f.tar.bz2
chat-33c32be69bdfea8241ea696b8d387be0d8493e2f.zip
Merge pull request #229 from rgarmsen2295/mm-1626
MM-1626 Changes the subject line for emails sent regarding notifications
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}}