From 52a695989b4bd5f742248d9aeefab297700e1024 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 29 Apr 2016 16:04:24 -0300 Subject: Fix branch description --- src/usr/local/www/system_update_settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/system_update_settings.php b/src/usr/local/www/system_update_settings.php index f0584a8..15ae75a 100644 --- a/src/usr/local/www/system_update_settings.php +++ b/src/usr/local/www/system_update_settings.php @@ -227,7 +227,7 @@ if (file_exists("/usr/local/bin/git") && $g['platform'] == $g['product_name']) { 'Branch name', 'text', ($gitcfg['branch'] ? $gitcfg['branch'] : '') - ))->setHelp('The most recently used branch was "%s". (Usually the branch name is master)' . + ))->setHelp('The most recently used branch was "%s". (Usually the branch name is RELENG_2_3)' . '
Note: Sync will not be performed if a branch is not specified.', [$lastbranch]); $form->add($section); -- cgit v1.1