X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/90a2c60a311a37618bb5b3ded5a4fe514933e267..b8451c6b134fd04efa1679124974d662be42d5a0:/SL/Controller/BackgroundJobHistory.pm 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'};