summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-03-03 08:05:44 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-03-03 08:05:44 -0300
commitf6aa92a10885341f9f3e36defb1b6e95797a9ea3 (patch)
tree9da228b3446b6f15675d46e533ca4b97a098727a /usr/local/www
parentadbbd4f976ffc2e6e2c9222c8ec963da5b6128bf (diff)
parent6b16c91c511723b8343fe6339b8e6c16b648c186 (diff)
downloadpfsense-f6aa92a10885341f9f3e36defb1b6e95797a9ea3.zip
pfsense-f6aa92a10885341f9f3e36defb1b6e95797a9ea3.tar.gz
Merge pull request #1535 from phil-davis/patch-3
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/services_dhcp_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcp_edit.php b/usr/local/www/services_dhcp_edit.php
index e91a23d..bbf2cd2 100644
--- a/usr/local/www/services_dhcp_edit.php
+++ b/usr/local/www/services_dhcp_edit.php
@@ -504,11 +504,11 @@ include("head.inc");
<p>
<input name="ddnsdomain" type="text" class="formfld unknown" id="ddnsdomain" size="20" value="<?=htmlspecialchars($pconfig['ddnsdomain']);?>" /><br />
<?=gettext("Note: Leave blank to disable dynamic DNS registration.");?><br />
- <?=gettext("Enter the dynamic DNS domain which will be used to register client names in the DNS server.");?>
+ <?=gettext("Enter the dynamic DNS domain which will be used to register client names in the DNS server.");?><br />
<input name="ddnsdomainprimary" type="text" class="formfld unknown" id="ddnsdomainprimary" size="20" value="<?=htmlspecialchars($pconfig['ddnsdomainprimary']);?>" /><br />
<?=gettext("Enter the primary domain name server IP address for the dynamic domain name.");?><br />
<input name="ddnsdomainkeyname" type="text" class="formfld unknown" id="ddnsdomainkeyname" size="20" value="<?=htmlspecialchars($pconfig['ddnsdomainkeyname']);?>" /><br />
- <?=gettext("Enter the dynamic DNS domain key name which will be used to register client names in the DNS server.");?>
+ <?=gettext("Enter the dynamic DNS domain key name which will be used to register client names in the DNS server.");?><br />
<input name="ddnsdomainkey" type="text" class="formfld unknown" id="ddnsdomainkey" size="20" value="<?=htmlspecialchars($pconfig['ddnsdomainkey']);?>" /><br />
<?=gettext("Enter the dynamic DNS domain key secret which will be used to register client names in the DNS server.");?>
</p>
OpenPOWER on IntegriCloud