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
commit8ad3a1db865fccaed6c9d544cdecc58e4390e0d1 (patch)
treea6ff6c6ebea3f0a59390c41f09c35f20b329a4ed /web
parent61c43fecd32d2f1803441c9f0bbd7944b32f6039 (diff)
downloadchat-8ad3a1db865fccaed6c9d544cdecc58e4390e0d1.tar.gz
chat-8ad3a1db865fccaed6c9d544cdecc58e4390e0d1.tar.bz2
chat-8ad3a1db865fccaed6c9d544cdecc58e4390e0d1.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>