diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php
index fdfb34679b..d8188b2754 100644
--- a/src/usr/local/www/services_captiveportal.php
+++ b/src/usr/local/www/services_captiveportal.php
@@ -1137,10 +1137,9 @@ $section->addInput(new Form_Input(
$form->add($section);
print($form);
-print_info_box(gettext('Warning:' . '
' . 'Changing any settings on this page will disconnect all clients! ' .
- '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 timeout entered on this page. ' .
- 'Also, the DNS forwarder needs to be enabled for DNS lookups by unauthenticated clients to work.'));
+print_info_box(gettext('Warning:' . '
' . '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.'));
?>