From 12654639eadd34c50956b7f2149c7aec257a3166 Mon Sep 17 00:00:00 2001 From: heper Date: Mon, 21 Dec 2015 23:25:17 +0100 Subject: bug #5527 --- src/usr/local/www/system_gateway_groups.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www') diff --git a/src/usr/local/www/system_gateway_groups.php b/src/usr/local/www/system_gateway_groups.php index cd914d9..1ccf60f 100644 --- a/src/usr/local/www/system_gateway_groups.php +++ b/src/usr/local/www/system_gateway_groups.php @@ -136,8 +136,8 @@ if (is_subsystem_dirty('staticroutes')) { $tab_array = array(); $tab_array[] = array(gettext("Gateways"), false, "system_gateways.php"); -$tab_array[] = array(gettext("Routes"), false, "system_routes.php"); -$tab_array[] = array(gettext("Groups"), true, "system_gateway_groups.php"); +$tab_array[] = array(gettext("Static Routes"), false, "system_routes.php"); +$tab_array[] = array(gettext("Gateway Groups"), true, "system_gateway_groups.php"); display_top_tabs($tab_array); ?> -- cgit v1.1