summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_routes.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_routes.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_routes.php')
-rw-r--r--src/usr/local/www/system_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_routes.php b/src/usr/local/www/system_routes.php
index 1f3f6d9..0c215e4 100644
--- a/src/usr/local/www/system_routes.php
+++ b/src/usr/local/www/system_routes.php
@@ -245,7 +245,7 @@ if (isset($_POST['del_x'])) {
}
}
-$pgtitle = array(gettext("System"), gettext("Static Routes"));
+$pgtitle = array(gettext("System"), gettext("Routing"), gettext("Static Routes"));
$shortcut_section = "routing";
include("head.inc");
OpenPOWER on IntegriCloud