diff options
author | doktornotor <notordoktor@gmail.com> | 2015-07-18 20:34:43 +0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-07-19 08:09:08 -0300 |
commit | bc8cf469dfc7d8d88428b587bddb47c13a1fdda5 (patch) | |
tree | efe1c68f50e77082a29aeea5b4ec06b3de841870 | |
parent | f9e30314cb88161e06bb155dec14e1e15b89b342 (diff) | |
download | pfsense-bc8cf469dfc7d8d88428b587bddb47c13a1fdda5.zip pfsense-bc8cf469dfc7d8d88428b587bddb47c13a1fdda5.tar.gz |
Bug #4551 - consistent usage of Forwarder/Resolver across the WebGUI
Clarify that this applies to DNS Resolver as well.
-rw-r--r-- | usr/local/www/services_captiveportal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php index 303c53e..f3d5d10 100644 --- a/usr/local/www/services_captiveportal.php +++ b/usr/local/www/services_captiveportal.php @@ -1098,7 +1098,7 @@ function enable_change(enable_change) { <tr> <td width="22%" valign="top"> </td> <td width="78%"><span class="vexpl"><span class="red"><strong><?=gettext("Note:"); ?><br /> - </strong></span><?=gettext("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."); ?> </span></td> + </strong></span><?=gettext("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 or Resolver needs to be enabled for DNS lookups by unauthenticated clients to work."); ?> </span></td> </tr> </table> </td> |