From c66c7a8adc7b87b8fcaa3c140ff9226e1e3046d2 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 --- .../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 8731486026..e0b4e2576e 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.20.1