summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-06-02 01:22:26 -0500
committerChris Buechler <cmb@pfsense.org>2015-06-02 01:22:26 -0500
commit796cc21860438122bb01f26d3be3a5f8e5de9dd1 (patch)
treead97648813d596e2478eb29b04da28fbc9057b3f /usr/local/www/services_dhcp_edit.php
parent729f899f4b90ede8e63ab9d40f68168e110221a8 (diff)
downloadpfsense-796cc21860438122bb01f26d3be3a5f8e5de9dd1.zip
pfsense-796cc21860438122bb01f26d3be3a5f8e5de9dd1.tar.gz
Clarify DNS Forwarder and Resolver both apply in these places. partially Ticket #3730
Diffstat (limited to 'usr/local/www/services_dhcp_edit.php')
-rw-r--r--usr/local/www/services_dhcp_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp_edit.php b/usr/local/www/services_dhcp_edit.php
index 8bd9664..840b526 100644
--- a/usr/local/www/services_dhcp_edit.php
+++ b/usr/local/www/services_dhcp_edit.php
@@ -452,7 +452,7 @@ include("head.inc");
<input name="dns2" type="text" class="formfld unknown" id="dns2" size="20" value="<?=htmlspecialchars($pconfig['dns2']);?>" /><br />
<input name="dns3" type="text" class="formfld unknown" id="dns3" size="20" value="<?=htmlspecialchars($pconfig['dns3']);?>" /><br />
<input name="dns4" type="text" class="formfld unknown" id="dns4" size="20" value="<?=htmlspecialchars($pconfig['dns4']);?>" /><br />
- <?=gettext("NOTE: leave blank to use the system default DNS servers - this interface's IP if DNS forwarder is enabled, otherwise the servers configured on the General page.");?>
+ <?=gettext("NOTE: 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 General page.");?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud