clarify where rights are granted
authorIvan Kohler <ivan@freeside.biz>
Thu, 27 Apr 2017 19:59:40 +0000 (12:59 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 27 Apr 2017 19:59:40 +0000 (12:59 -0700)
httemplate/elements/menu.html

index 27626f3..752c312 100644 (file)
@@ -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' ],
 ;