diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-04-27 12:59:42 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-04-27 12:59:42 -0700 |
| commit | b3c02d2a1d52c0e095f7e34f857f7cd4be6385a9 (patch) | |
| tree | 87b51aed9d91b158cd7a71c3efad790473656159 /httemplate/elements | |
| parent | 497b5e7d5bae906216c96d3d59a835779f3ff353 (diff) | |
clarify where rights are granted
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 6adae7691..fb1dd0626 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' ], ; |
