X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2f374c963333aa8ee6ebbab7942b57386585c58b..b98b8e3f73a399d2d4df7be4962b56bd4ad8c82b:/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'};