From 04fd1835e371900e22fcecfe7a9aa0837463f3f2 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 2 Nov 2019 12:30:58 +0100 Subject: [PATCH] Bug 23751: Make staffaccess permission description more precise MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc index e3faeddbba..606306caed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -7,7 +7,7 @@ Check out and check in items ([% name | html %]) [%- CASE 'catalogue' -%] - Staff access, allows viewing of catalogue in staff client. + Staff access, allows viewing of catalogue in staff client ([% name | html %]) Required for staff login. [%- CASE 'parameters' -%] Manage Koha system settings (Administration panel) @@ -43,7 +43,7 @@ Allow access to the reports module ([% name | html %]) [%- CASE 'staffaccess' -%] - Allow staff members to modify permissions and passwords for other staff members + Allow staff members to modify permissions, usernames, and passwords for other staff members ([% name | html %]) [%- CASE 'coursereserves' -%] Course reserves -- 2.11.0