mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix label of ActivityTypeFilter
This commit is contained in:
parent
4e27d71bea
commit
d10dc7344e
5
.changes/unreleased/Fixed-20230913-115954.yaml
Normal file
5
.changes/unreleased/Fixed-20230913-115954.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
kind: Fixed
|
||||||
|
body: Fix the label of filter ActivityTypeFilter to a more obvious one
|
||||||
|
time: 2023-09-13T11:59:54.948009297+02:00
|
||||||
|
custom:
|
||||||
|
Issue: "142"
|
@ -77,7 +77,7 @@ class ActivityTypeFilter implements FilterInterface
|
|||||||
$types[] = $this->translatableStringHelper->localize($aty->getName());
|
$types[] = $this->translatableStringHelper->localize($aty->getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
return ['Filtered by activity types: only %activitytypes%', [
|
return ['export.filter.activity.acp_by_activity_type.acp_containing_at_least_one_%activitytypes%', [
|
||||||
'%activitytypes%' => implode(', ', $types),
|
'%activitytypes%' => implode(', ', $types),
|
||||||
]];
|
]];
|
||||||
}
|
}
|
||||||
|
@ -377,6 +377,8 @@ export:
|
|||||||
Title: Filtre les parcours ayant reçu un échange entre deux dates
|
Title: Filtre les parcours ayant reçu un échange entre deux dates
|
||||||
Receiving an activity after: Ayant reçu un échange après le
|
Receiving an activity after: Ayant reçu un échange après le
|
||||||
Receiving an activity before: Ayant reçu un échange avant le
|
Receiving an activity before: Ayant reçu un échange avant le
|
||||||
|
acp_by_activity_type:
|
||||||
|
'acp_containing_at_least_one_%activitytypes%': 'Parcours filtrés: uniquement ceux qui contiennent au moins un échange d''un des types suivants: %activitytypes%'
|
||||||
|
|
||||||
|
|
||||||
aggregator:
|
aggregator:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user