From 8bedb416e278ce83982d5a668f1fc8c1dcca5126 Mon Sep 17 00:00:00 2001 From: NOYB Date: Fri, 29 Apr 2016 00:19:34 -0700 Subject: System / Update - Textual Alteration (cherry picked from commit 177ed3f66f2d5759f5b821d79aa97021b9daba9d) --- src/usr/local/www/system_update_settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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.'); -- cgit v1.1