summaryrefslogtreecommitdiffstats
path: root/api/templates/invite_body.html
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-06-29 15:21:51 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-06-29 15:21:51 -0400
commite6b5bdef82b23d61286ff455ee245a26a40d195f (patch)
treee6a541a8275f37b7f95342ae31eba68de8e2f34d /api/templates/invite_body.html
parent5a1562cafb07c0e2a4b072179fa50bb78add1c9b (diff)
parent6cfccf63d5e3c7cf3a8ff8795c8f1e63e63cfbf0 (diff)
downloadchat-e6b5bdef82b23d61286ff455ee245a26a40d195f.tar.gz
chat-e6b5bdef82b23d61286ff455ee245a26a40d195f.tar.bz2
chat-e6b5bdef82b23d61286ff455ee245a26a40d195f.zip
Merge pull request #99 from rgarmsen2295/mm-1303
MM-1303
Diffstat (limited to 'api/templates/invite_body.html')
-rw-r--r--api/templates/invite_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/invite_body.html b/api/templates/invite_body.html
index 06f48759c..8be2ac0df 100644
--- a/api/templates/invite_body.html
+++ b/api/templates/invite_body.html
@@ -18,7 +18,7 @@
<tr>
<td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
<h2 style="font-weight: normal; margin-top: 10px;">You've been invited</h2>
- <p>{{.Props.TeamName}} started using {{.SiteName}}.<br> The team administrator <strong>{{.Props.SenderName}}</strong>, has invited you to join <strong>{{.Props.TeamName}}</strong>.</p>
+ <p>{{.Props.TeamName}} started using {{.SiteName}}.<br> The team {{.Props.SenderStatus}} <strong>{{.Props.SenderName}}</strong>, has invited you to join <strong>{{.Props.TeamName}}</strong>.</p>
<p style="margin: 20px 0 15px">
<a href="{{.Props.Link}}" style="background: #2389D7; border-radius: 3px; color: #fff; border: none; outline: none; min-width: 200px; padding: 15px 25px; font-size: 14px; font-family: inherit; cursor: pointer; -webkit-appearance: none;text-decoration: none;">Join Team</a>
</p>