X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FBackgroundJobHistory.pm;h=6572e231dab1ec19624d1480a20ab2847feaacbf;hb=048f2af4cc81425f9148dac716c4c1ecf23ab020;hp=2f7fefb2e3eec80fe1ada3b09b5294018b23f6e7;hpb=2f374c963333aa8ee6ebbab7942b57386585c58b;p=kivitendo-erp.git 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'};