summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-25 11:08:01 +0545
committerRenato Botelho <renato@netgate.com>2017-01-25 16:44:36 -0200
commitc5a174c7791cb7a92c4b686e2b8ba8d4a1fd1980 (patch)
tree41146dc58affe90f87dd4d1fff3a9543b6104a6a /src
parent3607eac5b40f52f15ecf46101b68f816c1579f3a (diff)
downloadpfsense-c5a174c7791cb7a92c4b686e2b8ba8d4a1fd1980.zip
pfsense-c5a174c7791cb7a92c4b686e2b8ba8d4a1fd1980.tar.gz
CP HTTPS Forwards setHelp format
Add full stop and spacing between sentences. (cherry picked from commit 0046a7da59fb3015512ce181cba6b37516c0b76f)
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php
index 0c585e8..3aaff78 100644
--- a/src/usr/local/www/services_captiveportal.php
+++ b/src/usr/local/www/services_captiveportal.php
@@ -1079,7 +1079,7 @@ $section->addInput(new Form_Checkbox(
'HTTPS Forwards',
'Disable HTTPS Forwards',
$pconfig['nohttpsforwards']
-))->setHelp('If this option is set, attempts to connect to SSL/HTTPS (Port 443) sites will not be forwarded to the captive portal' .
+))->setHelp('If this option is set, attempts to connect to SSL/HTTPS (Port 443) sites will not be forwarded to the captive portal. ' .
'This prevents certificate errors from being presented to the user even if HTTPS logins are enabled. ' .
'Users must attempt a connecton to an HTTP (Port 80) site to get forwarded to the captive portal. ' .
'If HTTPS logins are enabled, the user will be redirected to the HTTPS login page.');
OpenPOWER on IntegriCloud