summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-13 17:26:36 -0600
committerStephen Beaver <sbeaver@netgate.com>2016-02-14 15:09:55 -0500
commitf7c5e29c689af539a41229bc49894ffd7b98e4ec (patch)
treed108ef31bb58d47175fe8a479a6391a0cf717e4f /src/usr/local/www/services_captiveportal.php
parent1bd5e62dced82f354e9d769cab8384955f0b1d82 (diff)
downloadpfsense-f7c5e29c689af539a41229bc49894ffd7b98e4ec.zip
pfsense-f7c5e29c689af539a41229bc49894ffd7b98e4ec.tar.gz
No need to state that it is a warning
Diffstat (limited to 'src/usr/local/www/services_captiveportal.php')
-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 f1586b5..d6408e4 100644
--- a/src/usr/local/www/services_captiveportal.php
+++ b/src/usr/local/www/services_captiveportal.php
@@ -1186,7 +1186,7 @@ $section->addInput(new Form_Input(
$form->add($section);
print($form);
-print_info_box(gettext('Warning:' . '<br />' . 'Don\'t forget to enable the DHCP server on your captive portal interface! ' .
+print_info_box(gettext('Don\'t forget to enable the DHCP server on your captive portal interface! ' .
'Make sure that the default/maximum DHCP lease time is higher than the hard timeout entered on this page. ' .
'Also, the DNS Forwarder or Resolver must be enabled for DNS lookups by unauthenticated clients to work.'));
OpenPOWER on IntegriCloud