Bug 23751: Make staffaccess permission description more precise

The permission description was missing 'username' from the description.

To test:
- Look at the permissions of a patron
- Verify the staffaccess permission is labelled:
  Allow staff members to modify permissions and passwords for other staff members
- Apply patch
- Check description again:
  Allow staff members to modify permissions, usernames, and passwords for other staff members

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Katrin Fischer 2019-11-02 12:30:58 +01:00 committed by Martin Renvoize
parent ccf9eaf62f
commit 0b6fbc138f
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -7,7 +7,7 @@
<span class="main_permission circulate_permission">Check out and check in items</span>
<span class="permissioncode">([% name | html %])</span>
[%- CASE 'catalogue' -%]
<span class="main_permission catalogue_permission">Staff access, allows viewing of catalogue in staff client.</span>
<span class="main_permission catalogue_permission">Staff access, allows viewing of catalogue in staff client</span>
<span class="permissioncode">([% name | html %])</span> <span class="required">Required for staff login.</span>
[%- CASE 'parameters' -%]
<span class="main_permission parameters_permission">Manage Koha system settings (Administration panel)</span>
@ -43,7 +43,7 @@
<span class="main_permission reports_permission">Allow access to the reports module</span>
<span class="permissioncode">([% name | html %])</span>
[%- CASE 'staffaccess' -%]
<span class="main_permission staffaccess_permission">Allow staff members to modify permissions and passwords for other staff members</span>
<span class="main_permission staffaccess_permission">Allow staff members to modify permissions, usernames, and passwords for other staff members</span>
<span class="permissioncode">([% name | html %])</span>
[%- CASE 'coursereserves' -%]
<span class="main_permission coursereserves_permission">Course reserves</span>