summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-30 13:35:05 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-30 13:35:05 -0500
commita6e0e07bf1934f9e73d1a1bd8e99c91f7839e30f (patch)
treea15a35ee85e36a5d6480dd167fb86bdbe7cb7c8d /usr
parentd2b20ab6d0eb84f2f5702da5cb1dff669133942e (diff)
downloadpfsense-a6e0e07bf1934f9e73d1a1bd8e99c91f7839e30f.zip
pfsense-a6e0e07bf1934f9e73d1a1bd8e99c91f7839e30f.tar.gz
Set page title to Status: Dashboard for consistency
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index ffc3369..3bb68cf 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -423,7 +423,7 @@ EOD;
$closehead = false;
## Set Page Title and Include Header
-$pgtitle = array(sprintf(gettext("%s Dashboard"), $g['product_name']));
+$pgtitle = array(gettext("Status: Dashboard"));
include("head.inc");
echo "\t<script type=\"text/javascript\" src=\"javascript/domTT/domLib.js\"></script>\n";
OpenPOWER on IntegriCloud