From db2a45dafdd79cf6c1e620ba41ebcf4487856cf1 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 3 May 2017 13:36:11 -0300 Subject: Welcome pfSense 2.3.4-RELEASE --- src/usr/local/www/system_update_settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/system_update_settings.php') 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)' . '
Note: Sync will not be performed if a branch is not specified.', [$lastbranch]); $group = new Form_Group('Sync options'); -- cgit v1.1