summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-14 00:38:43 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-14 00:38:43 -0600
commitd4a744b245ee20c8fe04bb0be7c9134b78ea4fa3 (patch)
tree92f25e1ff5efd5123dd092eb0e34c58797da6f0c /src/usr/local/www/head.inc
parentd866cc445c686fdc36a914daa3a506624fb4415d (diff)
downloadpfsense-d4a744b245ee20c8fe04bb0be7c9134b78ea4fa3.zip
pfsense-d4a744b245ee20c8fe04bb0be7c9134b78ea4fa3.tar.gz
Cert is abbreviated word so adding . to stay consistent with the usage of Avail.
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index dcc9ee4..c5b7874 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -211,7 +211,7 @@ if ($g['platform'] == $g['product_name'] or $g['platform'] == "nanobsd") {
}
$system_menu[] = array(gettext("Setup Wizard"), "/wizard.php?xml=setup_wizard.xml");
$system_menu[] = array(gettext("Routing"), "/system_gateways.php");
-$system_menu[] = array(gettext("Cert Manager"), "/system_camanager.php");
+$system_menu[] = array(gettext("Cert. Manager"), "/system_camanager.php");
if (!isAllowedPage("system_usermanager.php*")) {
$system_menu[] = array(gettext("User Manager"), "/system_usermanager_passwordmg.php");
} else {
OpenPOWER on IntegriCloud