summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_domainoverride_edit.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-03-16 11:34:14 +0000
committerGitHub <noreply@github.com>2017-03-16 11:34:14 +0000
commit6485ffb9ccd592a8db8497ecef0bbe291ae08dc6 (patch)
treefe1d928c4f26dc2a0aef7ffc998abd84dabd9bd7 /src/usr/local/www/services_unbound_domainoverride_edit.php
parentb9304b9aff3844fc4423ff763cf5dcd428546c6d (diff)
downloadpfsense-6485ffb9ccd592a8db8497ecef0bbe291ae08dc6.zip
pfsense-6485ffb9ccd592a8db8497ecef0bbe291ae08dc6.tar.gz
Textual change as requested
Diffstat (limited to 'src/usr/local/www/services_unbound_domainoverride_edit.php')
-rw-r--r--src/usr/local/www/services_unbound_domainoverride_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_unbound_domainoverride_edit.php b/src/usr/local/www/services_unbound_domainoverride_edit.php
index 4a8d438..91c9d1c 100644
--- a/src/usr/local/www/services_unbound_domainoverride_edit.php
+++ b/src/usr/local/www/services_unbound_domainoverride_edit.php
@@ -149,8 +149,8 @@ if (isset($id) && $a_domainOverrides[$id]) {
$section->setHelp("This page is used to specify domains for which the resolver's standard DNS lookup process will be overridden, " .
"and the resolver will query a different (non-standard) lookup server instead. It is possible to enter 'non-standard', 'invalid' " .
"and 'local' domains such as 'test', 'mycompany.localdomain', or '1.168.192.in-addr.arpa', as well as usual publicly resolvable " .
-"domains such as 'org', 'info', or 'google.co.uk'. The IP entered will be treated as the IP of an authoritative lookup server for " .
-"the domain (including all of its subdomains), and other lookup servers will not be queried.");
+"domains such as 'org', 'info', or 'google.co.uk'. The IP address entered will be treated as the IP address of an authoritative " .
+"lookup server for the domain (including all of its subdomains), and other lookup servers will not be queried.");
$form->add($section);
OpenPOWER on IntegriCloud