From 36e38f878111150c7942d1377ea99b8239d649dd 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

Signed-off-by: hebah <hebah@bywatersolutions.com>
---
 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 @@
         <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.30.2