summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/system_gateways.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_gateways.php b/src/usr/local/www/system_gateways.php
index 271f8f3..0a6905f 100644
--- a/src/usr/local/www/system_gateways.php
+++ b/src/usr/local/www/system_gateways.php
@@ -259,8 +259,8 @@ if (is_subsystem_dirty('staticroutes')) {
$tab_array = array();
$tab_array[0] = array(gettext("Gateways"), true, "system_gateways.php");
-$tab_array[1] = array(gettext("Routes"), false, "system_routes.php");
-$tab_array[2] = array(gettext("Groups"), false, "system_gateway_groups.php");
+$tab_array[1] = array(gettext("Static Routes"), false, "system_routes.php");
+$tab_array[2] = array(gettext("Gateway Groups"), false, "system_gateway_groups.php");
display_top_tabs($tab_array);
?>
OpenPOWER on IntegriCloud