summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-12-21 23:25:17 +0100
committerheper <heper@users.noreply.github.com>2015-12-21 23:25:17 +0100
commit12654639eadd34c50956b7f2149c7aec257a3166 (patch)
tree83f09fc715ddc3edb60d4159ec0e2269feb101ac /src/usr/local/www
parentc70b6835c32aaf16b0f6d89e596bf70f4b03008c (diff)
downloadpfsense-12654639eadd34c50956b7f2149c7aec257a3166.zip
pfsense-12654639eadd34c50956b7f2149c7aec257a3166.tar.gz
bug #5527
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/system_gateway_groups.php4
1 files changed, 2 insertions, 2 deletions
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);
?>
OpenPOWER on IntegriCloud