summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-11-18 08:17:16 -0500
committerJoram Wilander <jwawilander@gmail.com>2015-11-18 08:17:16 -0500
commit5716a5e2fd96859e7d0c8784bd0297b4654dcf4b (patch)
treeafe620c360e38b1539187dd2823fd7eab467d376
parentef1a46f6d6cc88093b82ae661dbe62097caf714f (diff)
parentf7d1764f114896ceff6a958ef87f0d885c06902d (diff)
downloadchat-5716a5e2fd96859e7d0c8784bd0297b4654dcf4b.tar.gz
chat-5716a5e2fd96859e7d0c8784bd0297b4654dcf4b.tar.bz2
chat-5716a5e2fd96859e7d0c8784bd0297b4654dcf4b.zip
Merge pull request #1456 from alexgaribay/PLT-873
PLT-873: Change email invitation subject
-rw-r--r--api/templates/signup_team_subject.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/signup_team_subject.html b/api/templates/signup_team_subject.html
index 236b288fa..4fc5b3d72 100644
--- a/api/templates/signup_team_subject.html
+++ b/api/templates/signup_team_subject.html
@@ -1 +1 @@
-{{define "signup_team_subject"}}Invitation to {{ .ClientCfg.SiteName }}{{end}} \ No newline at end of file
+{{define "signup_team_subject"}}{{ .ClientCfg.SiteName }} Team Setup{{end}} \ No newline at end of file