summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_update_settings.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-11-29 13:35:22 +0100
committerheper <heper@users.noreply.github.com>2015-11-29 13:35:22 +0100
commit101092dd2fb9ce771aa3456898664fccee8ef523 (patch)
tree92b811814f25b2874398f2990f87415a4ec2d6eb /src/usr/local/www/system_update_settings.php
parent581c340299128fb0b4ca5f75b37ffe9d649d9366 (diff)
downloadpfsense-101092dd2fb9ce771aa3456898664fccee8ef523.zip
pfsense-101092dd2fb9ce771aa3456898664fccee8ef523.tar.gz
Santize breadcrumb #5527
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 f6d8d52..93d0f56 100644
--- a/src/usr/local/www/system_update_settings.php
+++ b/src/usr/local/www/system_update_settings.php
@@ -107,7 +107,7 @@ if ($_POST) {
$curcfg = $config['system']['firmware'];
$gitcfg = $config['system']['gitsync'];
-$pgtitle = array(gettext("System"), gettext("Firmware"), gettext("Settings"));
+$pgtitle = array(gettext("System"), gettext("Update"), gettext("Update Settings"));
$closehead = false;
exec("/usr/bin/fetch -q -o {$g['tmp_path']}/manifest \"{$g['update_manifest']}\"");
@@ -125,7 +125,7 @@ if ($savemsg)
$tab_array = array();
$tab_array[] = array(gettext("Update Settings"), true, "system_update_settings.php");
-$tab_array[] = array(gettext("System update"), false, "pkg_mgr_install.php?id=firmware");
+$tab_array[] = array(gettext("System Update"), false, "pkg_mgr_install.php?id=firmware");
display_top_tabs($tab_array);
$form = new Form();
OpenPOWER on IntegriCloud