diff options
author | it33 <iantien@gmail.com> | 2015-06-20 04:34:23 -0700 |
---|---|---|
committer | it33 <iantien@gmail.com> | 2015-06-20 04:34:23 -0700 |
commit | cbfd90d5370e5b24fa1bf5558894ee6d34bd79f3 (patch) | |
tree | c4fb13a16277932f090cf45620678873e4c59074 /web/templates | |
parent | 2d14e454ee6e5f9db74f11a02775a42ab6c56683 (diff) | |
download | chat-cbfd90d5370e5b24fa1bf5558894ee6d34bd79f3.tar.gz chat-cbfd90d5370e5b24fa1bf5558894ee6d34bd79f3.tar.bz2 chat-cbfd90d5370e5b24fa1bf5558894ee6d34bd79f3.zip |
Update signup_team.html
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/signup_team.html | 5 |
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> |