summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_update_settings.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-04-29 16:04:24 -0300
committerRenato Botelho <renato@netgate.com>2016-04-29 16:04:24 -0300
commit52a695989b4bd5f742248d9aeefab297700e1024 (patch)
tree4c61091f9ca83c1bde4068e91d721b12fca2a71d /src/usr/local/www/system_update_settings.php
parenta07d27e544882076e17da718a3dd98a403761b5c (diff)
downloadpfsense-52a695989b4bd5f742248d9aeefab297700e1024.zip
pfsense-52a695989b4bd5f742248d9aeefab297700e1024.tar.gz
Fix branch description
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 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)' .
'<br />Note: Sync will not be performed if a branch is not specified.', [$lastbranch]);
$form->add($section);
OpenPOWER on IntegriCloud