Fix label of ActivityTypeFilter

This commit is contained in:
2023-09-13 12:00:13 +02:00
parent 4e27d71bea
commit d10dc7344e
3 changed files with 8 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ class ActivityTypeFilter implements FilterInterface
$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),
]];
}