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
committerStephen Beaver <sbeaver@netgate.com>2016-05-16 07:36:08 -0400
commitc6c8cfea7252dc236ce3ba7c5a1b050431cdfe61 (patch)
tree1dba82a660fd7eba78dd337b23d12cdacbd3c984 /src/usr/local/www/services_dhcp.php
parent0f1304eed0658a974ab3bce6371dec70458363ea (diff)
downloadpfsense-c6c8cfea7252dc236ce3ba7c5a1b050431cdfe61.zip
pfsense-c6c8cfea7252dc236ce3ba7c5a1b050431cdfe61.tar.gz
Miscellanous Textual Corrections - Add missing dots, normalize case
(cherry picked from commit cb6c20a997eeb77b3529e157cd512fabb4ff69f0)
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