From 09879753942e9e01eb0a6a0850356b65d62eacd7 Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Fri, 21 Apr 2023 08:39:56 +0200 Subject: [PATCH] Bug 33579: [21.11.x] Typo: record record To reproduce: - Search for records - Select two or more records - Select "Edit" > "Batch delete records" - Click "Delete selcted records" - Click "View detail of the enqueued job" - Verify the page says "Type: Batch bibliographic record record deletion" To test: - Repeat the steps above - The page should now say "Type: Batch bibliographic record deletion" Signed-off-by: Sally Signed-off-by: Lucas Gass --- .../intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt index 0ee13d742f..a6bb7e3e21 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt @@ -26,7 +26,7 @@ [% CASE 'batch_biblio_record_modification' %] Batch bibliographic record modification [% CASE 'batch_biblio_record_deletion' %] - Batch bibliographic record record deletion + Batch bibliographic record deletion [% CASE 'batch_authority_record_modification' %] Batch authority record modification [% CASE 'batch_authority_record_deletion' %] -- 2.30.2