summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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