summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-07-13 13:03:46 -0400
committerCorey Hulen <corey@hulen.com>2016-07-13 09:03:46 -0800
commit0a6bdceccb613d2a9acc88e6c2ada51973b1c78c (patch)
tree64e28742b0a188908899fffdf9cab81823808773 /templates
parent284ee12b2270d7ed86313be613b791d4a30ae46c (diff)
downloadchat-0a6bdceccb613d2a9acc88e6c2ada51973b1c78c.tar.gz
chat-0a6bdceccb613d2a9acc88e6c2ada51973b1c78c.tar.bz2
chat-0a6bdceccb613d2a9acc88e6c2ada51973b1c78c.zip
PLT-3384 Improve the "Verify Email" email (#3564)
Diffstat (limited to 'templates')
-rw-r--r--templates/welcome_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/welcome_body.html b/templates/welcome_body.html
index b5ca9beb3..8dee99cf5 100644
--- a/templates/welcome_body.html
+++ b/templates/welcome_body.html
@@ -29,7 +29,7 @@
<tr>
<td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
<h2 style="font-weight: normal; margin-top: 25px; line-height: 1.5;">{{.Props.Info2}}</h2>
- <a href="{{.Props.TeamURL}}">{{.Props.TeamURL}}</a>
+ <a href="{{.Props.SiteURL}}">{{.Props.SiteURL}}</a>
<p>{{.Props.Info3}}</p>
</td>
</tr>