summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-06-20 04:43:15 -0700
committerit33 <iantien@gmail.com>2015-06-20 04:43:15 -0700
commitad6d1aa0c475cbf80e232f395670dc87fd7054d7 (patch)
treef1e6c35b2d2ca1bfe71c5eaa89cc7ec88b942ec2
parent33175bdb384e95bb9250c88f090bcf4a71c6b7ef (diff)
downloadchat-ad6d1aa0c475cbf80e232f395670dc87fd7054d7.tar.gz
chat-ad6d1aa0c475cbf80e232f395670dc87fd7054d7.tar.bz2
chat-ad6d1aa0c475cbf80e232f395670dc87fd7054d7.zip
Update signup_team.html
Broke CI, backing out changes
-rw-r--r--web/templates/signup_team.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html
index 972aa49bf..f4e73f0a1 100644
--- a/web/templates/signup_team.html
+++ b/web/templates/signup_team.html
@@ -8,8 +8,7 @@
<div class="col-sm-12">
<div class="signup-team__container">
<img class="signup-team-logo" src="/static/images/logo.png" />
- <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>
+ <h4>{{ .SiteName }} is free for an unlimited time, for unlimited users. </h4>
<div id="signup-team"></div>
<a class="signup-team-login" href="/login">or Sign In</a>
</div>