summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2017-08-07 19:35:05 -0700
committerMichael Kozono <mkozono@gmail.com>2017-08-07 19:35:05 -0700
commite6a7058fd40dc7f5267a84c576fc4eebf0a657e3 (patch)
treede8fd27c10c7b7fac77f34f5c4820b504b29a497
parent4fc2db3457ee5a29d70ef943b8071068a5a379ed (diff)
downloadgitlab-ce-e6a7058fd40dc7f5267a84c576fc4eebf0a657e3.tar.gz
Add missing period
-rw-r--r--app/views/devise/shared/_signup_box.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/shared/_signup_box.html.haml b/app/views/devise/shared/_signup_box.html.haml
index 42ebb2e074e..f3dc9eb5300 100644
--- a/app/views/devise/shared/_signup_box.html.haml
+++ b/app/views/devise/shared/_signup_box.html.haml
@@ -25,7 +25,7 @@
- if Gitlab.com?
.form-group
= f.check_box :email_opted_in
- = f.label :email_opted_in, "I'd like to receive updates via email about GitLab"
+ = f.label :email_opted_in, "I'd like to receive updates via email about GitLab."
%div
- if Gitlab::Recaptcha.enabled?
= recaptcha_tags