From 36e38f878111150c7942d1377ea99b8239d649dd Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose 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 Signed-off-by: hebah --- 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 e4c4cbe2a6..0c1dd82098 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -571,7 +571,7 @@ ([% name | html %]) [%- CASE 'manage_staged_marc' -%] - Managed staged MARC records, including completing and reversing imports + Manage staged MARC records, including completing and reversing imports ([% name | html %]) [%- CASE 'marc_modification_templates' -%] -- 2.30.2