summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_update_settings.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-18 12:15:38 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-18 12:15:38 -0500
commit440a30cf574e6ece252ee88e31a4a610d8a8f35a (patch)
tree4c5355dc7cce7d89425639fdb12a88c2f86fccfd /src/usr/local/www/system_update_settings.php
parent4d4eefabb70a4d895e564ff0a57721b11d59dadc (diff)
downloadpfsense-440a30cf574e6ece252ee88e31a4a610d8a8f35a.zip
pfsense-440a30cf574e6ece252ee88e31a4a610d8a8f35a.tar.gz
Detailed cosmetic changes to the system update system
Diffstat (limited to 'src/usr/local/www/system_update_settings.php')
-rw-r--r--src/usr/local/www/system_update_settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_update_settings.php b/src/usr/local/www/system_update_settings.php
index e09bd61..ce8eb69 100644
--- a/src/usr/local/www/system_update_settings.php
+++ b/src/usr/local/www/system_update_settings.php
@@ -124,8 +124,8 @@ if ($savemsg)
print_info_box($savemsg, 'success');
$tab_array = array();
-$tab_array[] = array(gettext("Updater Settings"), true, "system_update_settings.php");
-$tab_array[] = array(gettext("Upgrade"), false, "pkg_mgr_install.php?id=firmware");
+$tab_array[] = array(gettext("Update Settings"), true, "system_update_settings.php");
+$tab_array[] = array(gettext("Update"), false, "pkg_mgr_install.php?id=firmware");
display_top_tabs($tab_array);
require_once('classes/Form.class.php');
OpenPOWER on IntegriCloud