summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-03-16 11:32:40 +0000
committerGitHub <noreply@github.com>2017-03-16 11:32:40 +0000
commitb9304b9aff3844fc4423ff763cf5dcd428546c6d (patch)
tree825aa82889ec015644991e6998611be7adbfb53b /src/usr
parente22ca5a2559ed43fad6f1e1bbafcd0fa05a2c1e0 (diff)
downloadpfsense-b9304b9aff3844fc4423ff763cf5dcd428546c6d.zip
pfsense-b9304b9aff3844fc4423ff763cf5dcd428546c6d.tar.gz
Textual changes requested
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/services_unbound.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index ab22be3..eaa643a 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -508,7 +508,8 @@ endforeach;
Enter any individual hosts for which the resolver's standard DNS lookup process should be overridden and a specific
IPv4 or IPv6 address should automatically be returned by the resolver. Standard and also non-standard names and parent domains
can be entered, such as 'test', 'mycompany.localdomain', '1.168.192.in-addr.arpa', or 'somesite.com'. Any lookup attempt for
- the host will automatically return the given IP, and the usual lookup server for the domain will not be queried for the host's records.
+ the host will automatically return the given IP address, and the usual lookup server for the domain will not be queried for
+ the host's records.
</span>
<nav class="action-buttons">
@@ -525,7 +526,7 @@ endforeach;
<thead>
<tr>
<th><?=gettext("Domain")?></th>
- <th><?=gettext("IP of lookup server")?></th>
+ <th><?=gettext("Lookup Server IP Address")?></th>
<th><?=gettext("Description")?></th>
<th><?=gettext("Actions")?></th>
</tr>
OpenPOWER on IntegriCloud