summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-06-23 10:18:58 -0700
committerit33 <iantien@gmail.com>2015-06-23 10:18:58 -0700
commit8e83db6ca1ce3b391342734a2a9c705a22204871 (patch)
treec855d8143f4027ebb1a5ab59f31b32d2c6ceff15
parentc781c70aa64822e53e4ab6052bacd0fa5576aa7b (diff)
downloadchat-8e83db6ca1ce3b391342734a2a9c705a22204871.tar.gz
chat-8e83db6ca1ce3b391342734a2a9c705a22204871.tar.bz2
chat-8e83db6ca1ce3b391342734a2a9c705a22204871.zip
Delete period
-rw-r--r--web/templates/signup_team.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html
index f4e73f0a1..6b4887dd1 100644
--- a/web/templates/signup_team.html
+++ b/web/templates/signup_team.html
@@ -8,7 +8,7 @@
<div class="col-sm-12">
<div class="signup-team__container">
<img class="signup-team-logo" src="/static/images/logo.png" />
- <h4>{{ .SiteName }} is free for an unlimited time, for unlimited users. </h4>
+ <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>