From d9766233037d743306ad3765267c1dc8ad8505ea Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 3 Mar 2014 23:50:10 -0800 Subject: [PATCH] clarify use_https setting --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index e137815f94c..aa5b6bf74e2 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -604,7 +604,7 @@ en: notification_email: "The return email address used when sending system emails such as notifying users of lost passwords, new accounts etc" email_custom_headers: "A pipe-delimited list of custom email headers" - use_https: "Should the full url for the site (Discourse.base_url) be http or https?" + use_https: "Should the full url for the site (Discourse.base_url) be http or https? DO NOT ENABLE THIS UNLESS HTTPS IS ALREADY SET UP AND WORKING!" summary_score_threshold: "The minimum score of a post to be included in the 'summary'" summary_posts_required: "Minimum posts in a topic before 'summary' mode is enabled" summary_likes_required: "Minimum likes in a topic before the 'summary' mode will be enabled"