diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/templates/signup_team.html | 3 |
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> |