summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound_advanced.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2012-04-05 17:46:10 +0545
committerPhil Davis <phil.davis@world.inf.org>2012-04-05 17:46:10 +0545
commit72049148802856b9ccb12259d3ad6c904b0085c8 (patch)
tree888d8dff5057fd25df5703cad91ffaf34eb8b102 /usr/local/www/services_unbound_advanced.php
parentfc6e0fbfd6fb98133f263d3070f27bf7bc73b618 (diff)
downloadpfsense-72049148802856b9ccb12259d3ad6c904b0085c8.zip
pfsense-72049148802856b9ccb12259d3ad6c904b0085c8.tar.gz
A minor typo fixed
Diffstat (limited to 'usr/local/www/services_unbound_advanced.php')
-rw-r--r--usr/local/www/services_unbound_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_unbound_advanced.php b/usr/local/www/services_unbound_advanced.php
index f9f1a22..bc5de70 100644
--- a/usr/local/www/services_unbound_advanced.php
+++ b/usr/local/www/services_unbound_advanced.php
@@ -166,7 +166,7 @@ function show_advanced_dns() {
<td width="22%" valign="top" class="vncell"><?=gettext("Harden DNSSEC data");?></td>
<td width="78%" class="vtable">
<p><input name="enable" type="checkbox" id="dnssecstripped" value="yes" <?php if ($pconfig['dnssecstripped'] == "yes") echo "checked";?> onClick="enable_change(false)"><br/>
- <?=gettext("DNSSEC data is required for trust-anchored zones. If usch data is absent, the zone becomes bogus. If this is disabled and no DNSSEC data is received, then the zone is made insecure.");?></p>
+ <?=gettext("DNSSEC data is required for trust-anchored zones. If such data is absent, the zone becomes bogus. If this is disabled and no DNSSEC data is received, then the zone is made insecure.");?></p>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud