summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_routes.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-12-21 23:32:07 +0100
committerheper <heper@users.noreply.github.com>2015-12-21 23:32:07 +0100
commitc14798d09d2b50cee7d02b371b2c59c43a9b8e9b (patch)
tree1e0b90ef3021366c0ac71f1b7d1f75c92d524c91 /src/usr/local/www/system_routes.php
parentbc1d066386a80e69fea3fe888e25005f524d5006 (diff)
downloadpfsense-c14798d09d2b50cee7d02b371b2c59c43a9b8e9b.zip
pfsense-c14798d09d2b50cee7d02b371b2c59c43a9b8e9b.tar.gz
Bug #5527
Diffstat (limited to 'src/usr/local/www/system_routes.php')
-rw-r--r--src/usr/local/www/system_routes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_routes.php b/src/usr/local/www/system_routes.php
index 0a75571..5e5e41e 100644
--- a/src/usr/local/www/system_routes.php
+++ b/src/usr/local/www/system_routes.php
@@ -259,8 +259,8 @@ if (is_subsystem_dirty('staticroutes')) {
$tab_array = array();
$tab_array[0] = array(gettext("Gateways"), false, "system_gateways.php");
-$tab_array[1] = array(gettext("Routes"), true, "system_routes.php");
-$tab_array[2] = array(gettext("Groups"), false, "system_gateway_groups.php");
+$tab_array[1] = array(gettext("Static Routes"), true, "system_routes.php");
+$tab_array[2] = array(gettext("Gateway Groups"), false, "system_gateway_groups.php");
display_top_tabs($tab_array);
?>
OpenPOWER on IntegriCloud