summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
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/head.inc
parent4d4eefabb70a4d895e564ff0a57721b11d59dadc (diff)
downloadpfsense-440a30cf574e6ece252ee88e31a4a610d8a8f35a.zip
pfsense-440a30cf574e6ece252ee88e31a4a610d8a8f35a.tar.gz
Detailed cosmetic changes to the system update system
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 4b8cd69..835d67b 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -189,7 +189,7 @@ function output_menu($arrayitem, $target = null) {
$system_menu = array();
$system_menu[] = array(gettext("Logout"), "/index.php?logout");
$system_menu[] = array(gettext("Advanced"), "/system_advanced_admin.php");
-$system_menu[] = array(gettext("Upgrade"), "/pkg_mgr_install.php?id=firmware");
+$system_menu[] = array(gettext("Update"), "/pkg_mgr_install.php?id=firmware");
$system_menu[] = array(gettext("General Setup"), "/system.php");
$system_menu[] = array(gettext("High Avail. Sync"), "/system_hasync.php");
if ($g['platform'] == $g['product_name'] or $g['platform'] == "nanobsd") {
OpenPOWER on IntegriCloud