From 7bc87f3c38e9dc5ca39c26c9383b5746daed4141 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 1 Dec 2020 15:41:56 +0100 Subject: [PATCH] Bug 27109: Improve labels on the background job views Replace "enqueued_on" with "Enqueued on", same for started_on and ended_on Signed-off-by: David Nind Signed-off-by: Nick Clemens --- 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 ae1aea46df..38d38cb63c 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.11.0