summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-12-21 23:37:01 +0100
committerheper <heper@users.noreply.github.com>2015-12-21 23:37:01 +0100
commit80b4d0c5245fce0234382ca86a1576f14bca03fb (patch)
tree934ad6ca1432a4ee0586fbdf6516d5be95e1420e /src/usr/local/www/system_gateways.php
parentfa3844d70c176497d43dcecead94e3481827fc9c (diff)
downloadpfsense-80b4d0c5245fce0234382ca86a1576f14bca03fb.zip
pfsense-80b4d0c5245fce0234382ca86a1576f14bca03fb.tar.gz
Bug #5527
Diffstat (limited to 'src/usr/local/www/system_gateways.php')
-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