From 12e859c41d42bbb6f4bdb82d126a3be5211e38bc Mon Sep 17 00:00:00 2001 From: James O'Keeffe Date: Wed, 14 Apr 2021 16:23:35 +0000 Subject: [PATCH] Bug 27277: Queued vs Enqueued Changed the other occurences of "Enqueued on", "Started on", and "Ended on" to "Queued", "Started", and "Ended" (As pointed out by Jonathan). Task Plan: 1. Navigate to th background jobs page 2. Ensure that the spelling of the changes are correct, and that there are no other instances of "Enqueued on", "Started on", and "Ended on" that have been missed. Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 7b159a7eb4..a10c6a72de 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 @@ -164,9 +164,9 @@ Status Progress Type - Enqueued on - Started on - Ended on + Queued + Started + Ended Actions -- 2.11.0