mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Add a missing translation for the filter description
This commit is contained in:
parent
138a537d2b
commit
d2a31de1be
@ -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'),
|
||||
]];
|
||||
|
@ -1146,6 +1146,7 @@ export:
|
||||
date_after: Concerné par un parcours après le
|
||||
date_before: Concerné par un parcours avant le
|
||||
title: Filtrer les usagers ayant été associés à un parcours ouverts un jour dans la période de temps indiquée
|
||||
'Filtered by participations during period: between %dateafter% and %datebefore%': 'Filtré par personne concerné par un parcours dans la periode entre: %dateafter% et %datebefore%'
|
||||
|
||||
course:
|
||||
having_info_within_interval:
|
||||
|
Loading…
x
Reference in New Issue
Block a user