summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-12 00:12:33 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-04-12 14:10:48 -0400
commit2d00c734e4d55c2e1d21905811a482d6a0d3fa02 (patch)
treeca279e725580bf484de32f4f732ed617db0feeb0 /src/usr/local/www/services_dhcp.php
parent268daff5cd83cfbf5495876a340144ba97c82dc7 (diff)
downloadpfsense-2d00c734e4d55c2e1d21905811a482d6a0d3fa02.zip
pfsense-2d00c734e4d55c2e1d21905811a482d6a0d3fa02.tar.gz
Services / DHCP Server - DNS Servers Clarification
It reads as though the interfaces IP address is to be entered. Removing "use" makes it a little clearer.
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index 22b98bc..beb1f64 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -922,7 +922,7 @@ for ($idx=1; $idx<=4; $idx++) {
'dns' . $idx,
($idx == 1) ? 'DNS servers':null,
$pconfig['dns' . $idx]
- ))->setPattern('[.a-zA-Z0-9_]+')->setAttribute('placeholder', 'DNS Server ' . $idx)->setHelp(($idx == 4) ? 'Leave blank to use the system default DNS servers, use this interface\'s IP if DNS Forwarder or Resolver is enabled, otherwise use the servers configured on the General page':'');
+ ))->setPattern('[.a-zA-Z0-9_]+')->setAttribute('placeholder', 'DNS Server ' . $idx)->setHelp(($idx == 4) ? 'Leave blank to use the system default DNS servers: this interface\'s IP if DNS Forwarder or Resolver is enabled, otherwise the servers configured on the System / General Setup page.':'');
}
$form->add($section);
OpenPOWER on IntegriCloud