summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dyndns_edit.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_dyndns_edit.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_dyndns_edit.php')
-rw-r--r--src/usr/local/www/services_dyndns_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index d7e26d0..03130ec 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -132,7 +132,7 @@ if ($_POST) {
$reqdfieldsn[] = gettext("Username");
if ($pconfig['type'] == "namecheap") {
$reqdfields[] = "domainname";
- $reqdfieldsn[] = gettext("Domain Name");
+ $reqdfieldsn[] = gettext("Domain name");
}
} else {
$reqdfields[] = "updateurl";
@@ -327,7 +327,7 @@ $group->add(new Form_Input(
));
$group->add(new Form_Input(
'domainname',
- 'Domain Name',
+ 'Domain name',
'text',
$pconfig['domainname']
));
OpenPOWER on IntegriCloud