summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_ntpd.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-21 00:04:25 -0700
committerRenato Botelho <renato@netgate.com>2016-04-21 08:33:53 -0300
commit46a8a9cf4b3fce19b29148f4d2d842667f9762b5 (patch)
tree079967372e1a36a09c7286aee48d958c3f214900 /src/usr/local/www/services_ntpd.php
parent08067906ea76c56227c05eb451a3ba03caa7079b (diff)
downloadpfsense-46a8a9cf4b3fce19b29148f4d2d842667f9762b5.zip
pfsense-46a8a9cf4b3fce19b29148f4d2d842667f9762b5.tar.gz
Services - Punctuation
Clean up some services menu punctuation. (cherry picked from commit e78ecb9681106889f94b5c7f7b1dbf7b46f54766)
Diffstat (limited to 'src/usr/local/www/services_ntpd.php')
-rw-r--r--src/usr/local/www/services_ntpd.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_ntpd.php b/src/usr/local/www/services_ntpd.php
index ca7abc8..e335992 100644
--- a/src/usr/local/www/services_ntpd.php
+++ b/src/usr/local/www/services_ntpd.php
@@ -330,7 +330,7 @@ $section->addInput(new Form_Checkbox(
'Log system messages (default: disabled).',
$pconfig['logsys']
))->setHelp('These options enable additional messages from NTP to be written to the System Log ' .
- '<a href="status_logs.php?logfile=ntpd">' . 'Status > System Logs > NTP' . '</a>');
+ '<a href="status_logs.php?logfile=ntpd">' . 'Status > System Logs > NTP' . '</a>.');
// Statistics logging section
$btnadv = new Form_Button(
@@ -388,7 +388,7 @@ $section->addInput(new Form_Textarea(
'leaptext',
null,
base64_decode(chunk_split($pconfig['leapsec']))
-))->setHelp('Enter Leap second configuration as text OR select a file to upload');
+))->setHelp('Enter Leap second configuration as text OR select a file to upload.');
$section->addInput(new Form_Input(
'leapfile',
OpenPOWER on IntegriCloud