summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_groupmanager_addprivs.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-07 18:01:18 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-07 18:01:18 +0545
commit461487c2ba757ff71abf61fc821d8c6cc874541a (patch)
treef7090ed90dbcf563a60e34f5932588d2966d62be /src/usr/local/www/system_groupmanager_addprivs.php
parentd315b34169bc6aec22d8d55aa38223b9cd71c57b (diff)
downloadpfsense-461487c2ba757ff71abf61fc821d8c6cc874541a.zip
pfsense-461487c2ba757ff71abf61fc821d8c6cc874541a.tar.gz
Standardize breadcrumbs for User Manager tabs
I think this is the way it should be to make it like everywhere else. Even when in the "Groups" pages, it is still reached by "System" "User Manager".
Diffstat (limited to 'src/usr/local/www/system_groupmanager_addprivs.php')
-rw-r--r--src/usr/local/www/system_groupmanager_addprivs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_groupmanager_addprivs.php b/src/usr/local/www/system_groupmanager_addprivs.php
index e238228..1e97e59 100644
--- a/src/usr/local/www/system_groupmanager_addprivs.php
+++ b/src/usr/local/www/system_groupmanager_addprivs.php
@@ -83,7 +83,7 @@ function admin_groups_sort() {
require("guiconfig.inc");
-$pgtitle = array(gettext("System"), gettext("Group manager"), gettext("Add privileges"));
+$pgtitle = array(gettext("System"), gettext("User Manager"), gettext("Groups"), gettext("Add Privileges"));
if (is_numericint($_GET['groupid'])) {
$groupid = $_GET['groupid'];
OpenPOWER on IntegriCloud