summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-15 18:40:50 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-15 18:40:50 -0600
commitb5acc797f88ee37eb24b13736ec37a0ca19c8445 (patch)
treebbf1fea2e494eee999f3881175b6a8a84466cad4 /usr/local/www/services_unbound.php
parent88a0937dc206567b6aac2cb37de560cbb09c89c6 (diff)
downloadpfsense-b5acc797f88ee37eb24b13736ec37a0ca19c8445.zip
pfsense-b5acc797f88ee37eb24b13736ec37a0ca19c8445.tar.gz
fix Unbound Advanced options
Diffstat (limited to 'usr/local/www/services_unbound.php')
-rw-r--r--usr/local/www/services_unbound.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php
index ba03d44..e71d3c1 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -371,7 +371,7 @@ function show_advanced_dns() {
<div id="showadv" <?php if (empty($pconfig['custom_options'])) echo "style='display:none'"; ?>>
<strong><?=gettext("Advanced");?><br /></strong>
<textarea rows="6" cols="78" name="custom_options" id="custom_options"><?=htmlspecialchars($pconfig['custom_options']);?></textarea><br />
- <?=gettext("Enter any additional options you would like to add to the DNS Resolver configuration here, separated by a space or newline"); ?><br />
+ <?=gettext("Enter any additional configuration parameters to add to the DNS Resolver configuration here, separated by a newline"); ?><br />
</div>
</td>
</tr>
OpenPOWER on IntegriCloud