summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_update_settings.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-29 00:17:05 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-04-29 09:05:12 -0400
commite05319143cfdf20b1ea69bec6cf4790b147fcbb8 (patch)
treee6db95fe3ccb63091b63f0112d21dcfacd6a16a8 /src/usr/local/www/system_update_settings.php
parentc91e8374870cb56baa568de524201e21067e641b (diff)
downloadpfsense-e05319143cfdf20b1ea69bec6cf4790b147fcbb8.zip
pfsense-e05319143cfdf20b1ea69bec6cf4790b147fcbb8.tar.gz
System / Update - Punctuation
Clean up some punctuation. (cherry picked from commit 7ceae332c529bfce6cdd47907b1b71da4fddc2a3)
Diffstat (limited to 'src/usr/local/www/system_update_settings.php')
-rw-r--r--src/usr/local/www/system_update_settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_update_settings.php b/src/usr/local/www/system_update_settings.php
index 8c7a6f2..c8d6952 100644
--- a/src/usr/local/www/system_update_settings.php
+++ b/src/usr/local/www/system_update_settings.php
@@ -191,7 +191,7 @@ if (file_exists("/usr/local/bin/git") && $g['platform'] == $g['product_name']) {
'Auto sync on update',
'After updating, sync with the following repository/branch before reboot',
isset($gitcfg['synconupgrade'])
- ))->setHelp('After updating, sync with the following repository/branch before reboot');
+ ))->setHelp('After updating, sync with the following repository/branch before reboot.');
if (is_dir("/root/pfsense/pfSenseGITREPO/pfSenseGITREPO")) {
exec("cd /root/pfsense/pfSenseGITREPO/pfSenseGITREPO && git config remote.origin.url", $output_str);
@@ -228,7 +228,7 @@ if (file_exists("/usr/local/bin/git") && $g['platform'] == $g['product_name']) {
'text',
($gitcfg['branch'] ? $gitcfg['branch'] : '')
))->setHelp('The most recently used branch was "%s". (Usually the branch name is master)' .
- '<br />Note: Sync will not be performed if a branch is not specified', [$lastbranch]);
+ '<br />Note: Sync will not be performed if a branch is not specified.', [$lastbranch]);
$form->add($section);
} // e-o-if(file_exista()
OpenPOWER on IntegriCloud