From 269a52d08eff3eec065fa7aa2ae176f559d455a7 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 Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit f91db88fcebeaa4b2ed0a58f4e2f2f9d1487178f) Signed-off-by: Fridolin Somers --- 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 9466b94cf7..22af1e819d 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.39.2