summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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