From: Ivan Kohler Date: Thu, 27 Apr 2017 19:59:40 +0000 (-0700) Subject: clarify where rights are granted X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=21c46e9e4af497f692dc95b171bf9f6d3f9c66e5 clarify where rights are granted --- 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' ], ;