summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_host_edit.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-03-17 07:27:22 +0000
committerGitHub <noreply@github.com>2017-03-17 07:27:22 +0000
commitcfb99f1c36b0cd2d1ac88b998c85a7574cf28349 (patch)
tree83d2ea298e9f3e863aef9528072389360749eec9 /src/usr/local/www/services_unbound_host_edit.php
parentc747124035f3d4cf18e3f0bb56c2a6dbddd356ad (diff)
downloadpfsense-cfb99f1c36b0cd2d1ac88b998c85a7574cf28349.zip
pfsense-cfb99f1c36b0cd2d1ac88b998c85a7574cf28349.tar.gz
typo
Diffstat (limited to 'src/usr/local/www/services_unbound_host_edit.php')
-rw-r--r--src/usr/local/www/services_unbound_host_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound_host_edit.php b/src/usr/local/www/services_unbound_host_edit.php
index ebb02a1..68b0717 100644
--- a/src/usr/local/www/services_unbound_host_edit.php
+++ b/src/usr/local/www/services_unbound_host_edit.php
@@ -228,7 +228,7 @@ if (isset($id) && $a_hosts[$id]) {
$section->addInput(new Form_StaticText(
'',
'<span class="help-block">' .
- gettext("This page is used to override the usual lookup process for a specific host. A host is defined by its name" .
+ gettext("This page is used to override the usual lookup process for a specific host. A host is defined by its name " .
"and parent domain (e.g., 'somesite.google.com' is entered as host='somesite' and parent domain='google.com'). Any " .
"attempt to lookup that host will automatically return the given IP address, and any usual external lookup server for " .
"the domain will not be queried. Both the name and parent domain can contain 'non-standard', 'invalid' and 'local' " .
OpenPOWER on IntegriCloud