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
committerNOYB <Al_Stu@Frontier.com>2016-04-12 00:12:33 -0700
commitf7c12c94903ddec0d7583829abfc1a703e014407 (patch)
tree08942b80744ca604b7982e4d10c4166c4babfc09 /src/usr/local/www/services_dhcp.php
parentb8e231afa0b600ba32b4390f2d702baeb27756b3 (diff)
downloadpfsense-f7c12c94903ddec0d7583829abfc1a703e014407.zip
pfsense-f7c12c94903ddec0d7583829abfc1a703e014407.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