summaryrefslogtreecommitdiff
path: root/app/views/projects/pages/_https_only.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/pages/_https_only.html.haml')
-rw-r--r--app/views/projects/pages/_https_only.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pages/_https_only.html.haml b/app/views/projects/pages/_https_only.html.haml
index ce3ef29c32e..74478ee011c 100644
--- a/app/views/projects/pages/_https_only.html.haml
+++ b/app/views/projects/pages/_https_only.html.haml
@@ -3,7 +3,7 @@
.form-check
= f.check_box :pages_https_only, class: 'form-check-input', disabled: pages_https_only_disabled?
= f.label :pages_https_only, class: pages_https_only_label_class do
- %strong Force domains with SSL certificates to use HTTPS
+ %strong Force HTTPS (requires valid certificates)
- unless pages_https_only_disabled?
.prepend-top-10