summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-05-11 20:15:47 +0100
committerNewEraCracker <neweracracker@gmail.com>2016-05-11 20:15:47 +0100
commitcb6c20a997eeb77b3529e157cd512fabb4ff69f0 (patch)
tree0a77c1b40d78533d61a7dbbb356ebb5242250f4f /src/usr/local/www/services_dhcp.php
parent4296459a95d606635383eedcb9918e40584362ac (diff)
downloadpfsense-cb6c20a997eeb77b3529e157cd512fabb4ff69f0.zip
pfsense-cb6c20a997eeb77b3529e157cd512fabb4ff69f0.tar.gz
Miscellanous Textual Corrections - Add missing dots, normalize case
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index 3f58d7b..f5c30f9 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -1030,21 +1030,21 @@ $section->addInput(new Form_IpAddress(
'ddnsdomainprimary',
'Primary DDNS address',
$pconfig['ddnsdomainprimary']
-))->setHelp('Primary domain name server IP address for the dynamic domain name');
+))->setHelp('Primary domain name server IP address for the dynamic domain name.');
$section->addInput(new Form_Input(
'ddnsdomainkeyname',
'DNS Domain key',
'text',
$pconfig['ddnsdomainkeyname']
-))->setHelp('Dynamic DNS domain key name which will be used to register client names in the DNS server');
+))->setHelp('Dynamic DNS domain key name which will be used to register client names in the DNS server.');
$section->addInput(new Form_Input(
'ddnsdomainkey',
'DNS Domain key secret',
'text',
$pconfig['ddnsdomainkey']
-))->setHelp('Dynamic DNS domain key secret which will be used to register client names in the DNS server');
+))->setHelp('Dynamic DNS domain key secret which will be used to register client names in the DNS server.');
// Advanced MAC
$btnadv = new Form_Button(
OpenPOWER on IntegriCloud