From d63732061087ea780435da253b8739e216e9bc6c Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> Date: Wed, 9 Aug 2023 16:22:39 -0400 Subject: [PATCH] Bug 34511: Typo in manage_staged_records permission description This patch corrects a typo in the description of the manage_staged_records permission. All other permission descriptions are in the present tense, but this one is in the past tense. To test: 0. Apply the patch 1. Go to any patron record 2. Click More > Set permissions 3. Click Show details next to the Use all tools permission 4. Read the description for the manage_staged_records permission, make sure the spelling and grammar are correct --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc index f718ee82602..a4d33162318 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -576,7 +576,7 @@ <span class="permissioncode">([% name | html %])</span> [%- CASE 'manage_staged_marc' -%] <span class="sub_permission manage_staged_marc_subpermission"> - Managed staged MARC records, including completing and reversing imports + Manage staged MARC records, including completing and reversing imports </span> <span class="permissioncode">([% name | html %])</span> [%- CASE 'marc_modification_templates' -%] -- 2.34.1