summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_update_settings.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-05-03 13:36:11 -0300
committerRenato Botelho <renato@netgate.com>2017-05-03 13:36:11 -0300
commitdb2a45dafdd79cf6c1e620ba41ebcf4487856cf1 (patch)
treed4594df0c833a1df78610055d09eb875686c167b /src/usr/local/www/system_update_settings.php
parentaf0f961b368f34bf90899c07cdfc796dd9c300f3 (diff)
downloadpfsense-db2a45dafdd79cf6c1e620ba41ebcf4487856cf1.zip
pfsense-db2a45dafdd79cf6c1e620ba41ebcf4487856cf1.tar.gz
Welcome pfSense 2.3.4-RELEASEv2.3.4
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 2a27fae..e51ccea 100644
--- a/src/usr/local/www/system_update_settings.php
+++ b/src/usr/local/www/system_update_settings.php
@@ -254,7 +254,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 RELENG_2_3)' .
+ ))->setHelp('The most recently used branch was "%s". (Usually the branch name is RELENG_2_3_4)' .
'<br />Note: Sync will not be performed if a branch is not specified.', [$lastbranch]);
$group = new Form_Group('Sync options');
OpenPOWER on IntegriCloud