summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-20 15:41:17 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-20 15:41:17 -0500
commitd036bc07bca646598cfde90e4c440b033869afdb (patch)
treece08342ea8c53e2ce46a7c25e9f9fd113ae5fc1f /src/usr/local/www/system_gateways.php
parent3985c03806d7faa55436908cfab56b42e3bff880 (diff)
downloadpfsense-d036bc07bca646598cfde90e4c440b033869afdb.zip
pfsense-d036bc07bca646598cfde90e4c440b033869afdb.tar.gz
Revise System->Routing menu entry and page titles
Diffstat (limited to 'src/usr/local/www/system_gateways.php')
-rw-r--r--src/usr/local/www/system_gateways.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateways.php b/src/usr/local/www/system_gateways.php
index a52a027..f81d413 100644
--- a/src/usr/local/www/system_gateways.php
+++ b/src/usr/local/www/system_gateways.php
@@ -235,7 +235,7 @@ if (isset($_POST['del_x'])) {
}
}
-$pgtitle = array(gettext("System"), gettext("Gateways"));
+$pgtitle = array(gettext("System"), gettext("Routing"), gettext("Gateways"));
$shortcut_section = "gateways";
include("head.inc");
OpenPOWER on IntegriCloud