summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-10 15:12:41 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-05-11 08:32:21 -0400
commit771acc31d26161c0868fab2941db2997ec14b7d5 (patch)
tree448c419132da2eb1b587b1f7edd0689941ee8a67
parent3f398f0d4d5e687a91a1bad15ca8687895237f1e (diff)
downloadpfsense-771acc31d26161c0868fab2941db2997ec14b7d5.zip
pfsense-771acc31d26161c0868fab2941db2997ec14b7d5.tar.gz
Miscellaneous Textual Corrections - Services / Dynamic DNS
(cherry picked from commit 1c4e2ed053a04f7768a21129171a27e6804dbb0c)
-rw-r--r--src/usr/local/www/services_rfc2136_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php
index a8ef2d0..bd26d10 100644
--- a/src/usr/local/www/services_rfc2136_edit.php
+++ b/src/usr/local/www/services_rfc2136_edit.php
@@ -217,7 +217,7 @@ $section->addInput(new Form_Input(
'Hostname',
'text',
$pconfig['host']
-))->setHelp('Fully qualified hostname of the host to be updated');
+))->setHelp('Fully qualified hostname of the host to be updated.');
$section->addInput(new Form_Input(
'ttl',
@@ -344,7 +344,7 @@ $form->add($section);
print($form);
print_info_box(sprintf(gettext('A DNS server must be configured in %1$sSystem: ' .
- 'General setup %2$sor allow the DNS server list to be overridden ' .
+ 'General Setup %2$sor allow the DNS server list to be overridden ' .
'by DHCP/PPP on WAN for dynamic DNS updates to work.'), '<a href="system.php">', '</a>'));
include("foot.inc");
OpenPOWER on IntegriCloud