diff options
Diffstat (limited to 'web')
-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> |