mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Fixed: [export] rename label on CurrentActionFilter
This commit is contained in:
@@ -44,11 +44,11 @@ class CurrentActionFilter implements FilterInterface
|
||||
|
||||
public function describeAction($data, $format = 'string'): array
|
||||
{
|
||||
return ['Filtered by current action'];
|
||||
return ['Filtered actions without end date'];
|
||||
}
|
||||
|
||||
public function getTitle(): string
|
||||
{
|
||||
return 'Filter by current actions';
|
||||
return 'Filter actions without end date';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user