mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Add a missing translation for the filter description
This commit is contained in:
@@ -75,7 +75,7 @@ final readonly class WithParticipationBetweenDatesFilter implements FilterInterf
|
||||
|
||||
public function describeAction($data, $format = 'string')
|
||||
{
|
||||
return ['Filtered by participations during period: between %dateafter% and %datebefore%', [
|
||||
return ['export.filter.person.with_participation_between_dates.Filtered by participations during period: between %dateafter% and %datebefore%', [
|
||||
'%dateafter%' => $this->rollingDateConverter->convert($data['date_after'])->format('d-m-Y'),
|
||||
'%datebefore%' => $this->rollingDateConverter->convert($data['date_before'])->format('d-m-Y'),
|
||||
]];
|
||||
|
Reference in New Issue
Block a user