summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-06-20 04:34:23 -0700
committerit33 <iantien@gmail.com>2015-06-20 04:34:23 -0700
commitac3033b0df44cbe8d101d37d03951302ba40fa48 (patch)
treeb9ac58a2676e764e6aed2048ad0cbb970145a88f /web
parent8f70cdfccdd91be2af28fd4d76715e39631f5727 (diff)
downloadchat-ac3033b0df44cbe8d101d37d03951302ba40fa48.tar.gz
chat-ac3033b0df44cbe8d101d37d03951302ba40fa48.tar.bz2
chat-ac3033b0df44cbe8d101d37d03951302ba40fa48.zip
Update signup_team.html
Diffstat (limited to 'web')
-rw-r--r--web/templates/signup_team.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html
index ae3b942d6..972aa49bf 100644
--- a/web/templates/signup_team.html
+++ b/web/templates/signup_team.html
@@ -8,9 +8,8 @@
<div class="col-sm-12">
<div class="signup-team__container">
<img class="signup-team-logo" src="/static/images/logo.png" />
- <h3>{{ .SiteName }} brings all your team communication to one place, makes it easily searchable, and accessible anywhere.</h3>
- <br>
- <h4>It's free for an unlimited time, for unlimited users. </h4>
+ <h4>{{ .SiteName }} keeps your team in sync</h4>
+ <p>All your communication in one place, easily searchable, accessible anywhere. Free for an unlimited time, for unlimited users.</p>
<div id="signup-team"></div>
<a class="signup-team-login" href="/login">or Sign In</a>
</div>