summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/priv
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2016-02-19 09:35:47 -0500
committerjim-p <jimp@pfsense.org>2016-02-19 09:35:47 -0500
commit8559c9d9cddaab8da792af71eeb69d4230bd6508 (patch)
tree29e40f1d1df97c093818094e61351c5fc3c05dab /src/etc/inc/priv
parent3c3ede28617dd6e3a4b61e32a337d227d9d8b00e (diff)
downloadpfsense-8559c9d9cddaab8da792af71eeb69d4230bd6508.zip
pfsense-8559c9d9cddaab8da792af71eeb69d4230bd6508.tar.gz
Fix Dashboard privilege edge case and show full Help menu to users with the Help privilege. Fixes #5909
Diffstat (limited to 'src/etc/inc/priv')
-rw-r--r--src/etc/inc/priv/user.priv.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/priv/user.priv.inc b/src/etc/inc/priv/user.priv.inc
index ebd4e80..172273d 100644
--- a/src/etc/inc/priv/user.priv.inc
+++ b/src/etc/inc/priv/user.priv.inc
@@ -8,7 +8,7 @@ $priv_list['user-services-captiveportal-login']['descr'] = gettext("Indicates wh
$priv_list['page-help-all'] = array();
$priv_list['page-help-all']['name'] = gettext("WebCfg - Help pages");
-$priv_list['page-help-all']['descr'] = gettext("Show all items on help menu");
+$priv_list['page-help-all']['descr'] = gettext("Show all items on help menu and allow access to Help shortcut links");
$priv_list['page-help-all']['match'] = array();
$priv_list['page-help-all']['match'][] = "*help.php";
OpenPOWER on IntegriCloud