summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-10 15:12:41 -0700
committerNOYB <Al_Stu@Frontier.com>2016-05-10 15:12:41 -0700
commit1c4e2ed053a04f7768a21129171a27e6804dbb0c (patch)
tree15ef3a8e5774929b088c762d28542cd213ff2e65 /src/usr/local/www/services_rfc2136_edit.php
parent9815f8065b3af0ebdd2fbd1d1f5440384d82bafa (diff)
downloadpfsense-1c4e2ed053a04f7768a21129171a27e6804dbb0c.zip
pfsense-1c4e2ed053a04f7768a21129171a27e6804dbb0c.tar.gz
Miscellaneous Textual Corrections - Services / Dynamic DNS
Diffstat (limited to 'src/usr/local/www/services_rfc2136_edit.php')
-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