From b8451c6b134fd04efa1679124974d662be42d5a0 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 11 Jun 2014 16:05:55 +0200 Subject: [PATCH] =?utf8?q?Hintergrundjobhistorie:=20Status=20f=C3=BCr=20Fe?= =?utf8?q?hlschlag=20richtig=20benennen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/BackgroundJobHistory.pm | 2 +- templates/webpages/background_job_history/_filter.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SL/Controller/BackgroundJobHistory.pm b/SL/Controller/BackgroundJobHistory.pm index 2f7fefb2e..6572e231d 100644 --- a/SL/Controller/BackgroundJobHistory.pm +++ b/SL/Controller/BackgroundJobHistory.pm @@ -88,7 +88,7 @@ sub make_filter_summary { @filters; my %status = ( - failed => $::locale->text('failed'), + failure => $::locale->text('failed'), success => $::locale->text('succeeded'), ); push @filter_strings, $status{ $filter->{'status:eq_ignore_empty'} } if $filter->{'status:eq_ignore_empty'}; diff --git a/templates/webpages/background_job_history/_filter.html b/templates/webpages/background_job_history/_filter.html index f7e49fdd7..862acbcd8 100644 --- a/templates/webpages/background_job_history/_filter.html +++ b/templates/webpages/background_job_history/_filter.html @@ -22,7 +22,7 @@ [% LxERP.t8('Status') %] - [% L.select_tag('filter.status:eq_ignore_empty', [ [ '', '' ], [ 'failed', LxERP.t8('failed') ], [ 'success', LxERP.t8('succeeded') ] ], default=filter.status_eq_ignore_empty) %] + [% L.select_tag('filter.status:eq_ignore_empty', [ [ '', '' ], [ 'failure', LxERP.t8('failed') ], [ 'success', LxERP.t8('succeeded') ] ], default=filter.status_eq_ignore_empty) %] [% LxERP.t8('Run at') %] [% LxERP.t8('From Date') %] -- 2.20.1