summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-08 12:56:13 -0700
committerNOYB <Al_Stu@Frontier.com>2016-05-08 12:56:13 -0700
commit3d7aaa1a3fac45271bfa50190496be6d70d7f296 (patch)
treeda7d652b900f744ecabb6352edbc535ea5736b3f /src/usr/local/www/services_dnsmasq.php
parentad9b77f9ebef8a87e1ab912075bbcd50c02b27de (diff)
downloadpfsense-3d7aaa1a3fac45271bfa50190496be6d70d7f296.zip
pfsense-3d7aaa1a3fac45271bfa50190496be6d70d7f296.tar.gz
Miscellaneous Textual Corrections - Services DNS Forwarder
Diffstat (limited to 'src/usr/local/www/services_dnsmasq.php')
-rw-r--r--src/usr/local/www/services_dnsmasq.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dnsmasq.php b/src/usr/local/www/services_dnsmasq.php
index 8b0b555..f850023 100644
--- a/src/usr/local/www/services_dnsmasq.php
+++ b/src/usr/local/www/services_dnsmasq.php
@@ -247,7 +247,7 @@ $section->addInput(new Form_Checkbox(
))->setHelp(sprintf("If this option is set, then machines that specify".
" their hostname when requesting a DHCP lease will be registered".
" in the DNS forwarder, so that their name can be resolved.".
- " The domain in %sSystem: General setup%s should also".
+ " The domain in %sSystem: General Setup%s should also".
" be set to the proper value.",'<a href="system.php">','</a>'))
->addClass('toggle-dhcp');
@@ -258,7 +258,7 @@ $section->addInput(new Form_Checkbox(
$pconfig['regdhcpstatic']
))->setHelp(sprintf("If this option is set, then DHCP static mappings will ".
"be registered in the DNS forwarder, so that their name can be ".
- "resolved. The domain in %sSystem: General setup%s should also ".
+ "resolved. The domain in %sSystem: General Setup%s should also ".
"be set to the proper value.",'<a href="system.php">','</a>'))
->addClass('toggle-dhcp');
OpenPOWER on IntegriCloud