summaryrefslogtreecommitdiff
path: root/httemplate/elements/menu.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-04-27 12:59:40 -0700
committerIvan Kohler <ivan@freeside.biz>2017-04-27 12:59:40 -0700
commit21c46e9e4af497f692dc95b171bf9f6d3f9c66e5 (patch)
tree36ef3056e494bbb836fbfdca7e815f06af23fa64 /httemplate/elements/menu.html
parentf51bc7d5f0f955dde27ab864abad99c56d0a0943 (diff)
clarify where rights are granted
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r--httemplate/elements/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 27626f313..752c312c1 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -574,7 +574,7 @@ $tools_menu{'System'} = [ \%tools_system, 'System tools' ]
tie my %config_employees, 'Tie::IxHash',
'Employees' => [ $fsurl.'browse/access_user.html', 'Setup internal users' ],
- 'Employee groups' => [ $fsurl.'browse/access_group.html', 'Employee groups allow you to control access to the backend' ],
+ 'Employee groups and access control' => [ $fsurl.'browse/access_group.html', 'Employee groups allow you to control access to the backend' ],
'Installer availability' => [ $fsurl.'browse/sched_item.html', 'Installer availability' ],
;