From defad6b1e8391cb756ba4a26f636b7e0ba8f760e Mon Sep 17 00:00:00 2001 From: James O'Keeffe Date: Tue, 19 Jan 2021 02:07:41 +0000 Subject: [PATCH] Bug 27277: Queued Vs Enqueued This patch changes "Enqueued on", "Started on", and "Ended on" to "Queued", "Started", and "Ended" respectively on the bacground jobs page. Task plan: 1. Navigate to the background jobs page 2. Ensure the spelling change, and that the spelling is correct. Signed-off-by: Owen Leonard Signed-off-by: Julian Maurice --- .../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 414a7a2915..7b159a7eb4 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 @@ -55,9 +55,9 @@
  • [% job.status | html %]
  • [% job.progress || 0 | html %] / [% job.size | html %]
  • [% job.type | html %]
  • -
  • [% job.enqueued_on | html %]
  • -
  • [% job.started_on | html %]
  • -
  • [% job.ended_on | html %]
  • +
  • [% job.enqueued_on | html %]
  • +
  • [% job.started_on | html %]
  • +
  • [% job.ended_on | html %]
  • [% SWITCH job.type %] [% CASE 'batch_biblio_record_modification' %] -- 2.20.1