From 237c1b9eac8f70731e005938ddb4e8f6abfa207e 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 Signed-off-by: Jonathan Druart (cherry picked from commit df71a27a667936ea5e2ef96f0a31b45179ce53c7) Signed-off-by: Fridolin Somers --- .../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 86ffb3c540..8c075c12bb 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 @@ -40,9 +40,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.39.5