summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-19 12:03:26 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-19 12:03:26 -0600
commit2734d2db39f963bbe44ea989f7361d5d95174739 (patch)
tree38bf5768259abcbcc6440d9955e431016f95aaa9 /src/usr
parent1908003a5163d8acd29cd89ab901718caca0b645 (diff)
downloadpfsense-2734d2db39f963bbe44ea989f7361d5d95174739.zip
pfsense-2734d2db39f963bbe44ea989f7361d5d95174739.tar.gz
Ticket #5470 fix dashboard breadcumbs
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 0ec8b37..dcd11d2 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -280,7 +280,7 @@ foreach ($phpincludefiles as $includename) {
}
## Set Page Title and Include Header
-$pgtitle = array('', gettext("Status: Dashboard"));
+$pgtitle = array(gettext("Status"), gettext("Dashboard"));
include("head.inc");
if ($savemsg) {
OpenPOWER on IntegriCloud