summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-10 19:28:33 -0200
committerRenato Botelho <renato@netgate.com>2017-02-10 19:28:33 -0200
commitfa0243db5e23971e2f7ea8075e8ac11ece314bf8 (patch)
treeee60d5aa2027d8d8700aac8454d82139014fcd31 /src/usr
parent5eb5856ac212ac30f5174e05cba68af8c88631e1 (diff)
downloadpfsense-fa0243db5e23971e2f7ea8075e8ac11ece314bf8.zip
pfsense-fa0243db5e23971e2f7ea8075e8ac11ece314bf8.tar.gz
It's time to 2.3.3-RC
Diffstat (limited to 'src/usr')
-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 c0b2a3f..c1eac9f 100644
--- a/src/usr/local/www/system_update_settings.php
+++ b/src/usr/local/www/system_update_settings.php
@@ -253,7 +253,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_3)' .
'<br />Note: Sync will not be performed if a branch is not specified.', [$lastbranch]);
$group = new Form_Group('Sync options');
OpenPOWER on IntegriCloud