diff --git a/src/www/system_advanced_admin.php b/src/www/system_advanced_admin.php index 1f50f7f2c..139beeb5b 100644 --- a/src/www/system_advanced_admin.php +++ b/src/www/system_advanced_admin.php @@ -263,7 +263,7 @@ if ($fd) { fclose($fd); } -$pgtitle = array(gettext("System"),gettext("Advanced: Admin Access")); +$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Admin Access")); include("head.inc"); ?> diff --git a/src/www/system_advanced_firewall.php b/src/www/system_advanced_firewall.php index 891452236..531040816 100644 --- a/src/www/system_advanced_firewall.php +++ b/src/www/system_advanced_firewall.php @@ -216,7 +216,7 @@ if ($_POST) { } } -$pgtitle = array(gettext("System"),gettext("Advanced: Firewall and NAT")); +$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Firewall and NAT")); include("head.inc"); ?> diff --git a/src/www/system_advanced_misc.php b/src/www/system_advanced_misc.php index d9354738a..51beabdba 100644 --- a/src/www/system_advanced_misc.php +++ b/src/www/system_advanced_misc.php @@ -1,4 +1,5 @@ diff --git a/src/www/system_advanced_network.php b/src/www/system_advanced_network.php index c06bcbd14..9008e25bd 100644 --- a/src/www/system_advanced_network.php +++ b/src/www/system_advanced_network.php @@ -1,4 +1,5 @@ diff --git a/src/www/system_advanced_notifications.php b/src/www/system_advanced_notifications.php index 05ec5978c..8d5342d3f 100644 --- a/src/www/system_advanced_notifications.php +++ b/src/www/system_advanced_notifications.php @@ -1,4 +1,5 @@ @@ -148,7 +149,7 @@ if ($_POST) { } } -$pgtitle = array(gettext("System"),gettext("Advanced: Notifications")); +$pgtitle = array(gettext("System"),gettext("Settings"),gettext("Notifications")); include("head.inc"); ?> diff --git a/src/www/system_advanced_sysctl.php b/src/www/system_advanced_sysctl.php index e085da9bd..aac5e9dca 100644 --- a/src/www/system_advanced_sysctl.php +++ b/src/www/system_advanced_sysctl.php @@ -110,7 +110,7 @@ if ($_POST) { } } -$pgtitle = array(gettext("System"),gettext("Advanced: System Tunables")); +$pgtitle = array(gettext("System"),gettext("Settings"),gettext("System Tunables")); include("head.inc"); ?> diff --git a/src/www/system_general.php b/src/www/system_general.php index 9ce108031..fe451ddb8 100644 --- a/src/www/system_general.php +++ b/src/www/system_general.php @@ -269,7 +269,7 @@ if ($_POST) { unset($ignore_posted_dnsgw); } -$pgtitle = array(gettext("System"),gettext("General Setup")); +$pgtitle = array(gettext("System"),gettext("Settings"),gettext("General")); include("head.inc"); ?>