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:19:34 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-04-29 09:06:39 -0400
commit8bedb416e278ce83982d5a668f1fc8c1dcca5126 (patch)
tree2442209f8192b71048eec885e483404a1ee55ff1 /src/usr/local/www/system_update_settings.php
parente05319143cfdf20b1ea69bec6cf4790b147fcbb8 (diff)
downloadpfsense-8bedb416e278ce83982d5a668f1fc8c1dcca5126.zip
pfsense-8bedb416e278ce83982d5a668f1fc8c1dcca5126.tar.gz
System / Update - Textual Alteration
(cherry picked from commit 177ed3f66f2d5759f5b821d79aa97021b9daba9d)
Diffstat (limited to 'src/usr/local/www/system_update_settings.php')
-rw-r--r--src/usr/local/www/system_update_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_update_settings.php b/src/usr/local/www/system_update_settings.php
index c8d6952..f0584a8 100644
--- a/src/usr/local/www/system_update_settings.php
+++ b/src/usr/local/www/system_update_settings.php
@@ -189,7 +189,7 @@ if (file_exists("/usr/local/bin/git") && $g['platform'] == $g['product_name']) {
$section->addInput(new Form_Checkbox(
'synconupgrade',
'Auto sync on update',
- 'After updating, sync with the following repository/branch before reboot',
+ 'Enable repository/branch sync before reboot',
isset($gitcfg['synconupgrade'])
))->setHelp('After updating, sync with the following repository/branch before reboot.');
OpenPOWER on IntegriCloud