mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-09 14:33:44 +00:00
translations chain
This commit is contained in:
@@ -31,7 +31,7 @@ class ActiveOnDateFilter implements FilterInterface
|
||||
*/
|
||||
public function getTitle(): string
|
||||
{
|
||||
return 'Filtered by active on date';
|
||||
return 'Filter by active on date';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -34,7 +34,7 @@ class ActiveOneDayBetweenDatesFilter implements FilterInterface
|
||||
*/
|
||||
public function getTitle(): string
|
||||
{
|
||||
return 'Filtered by active at least one day between dates';
|
||||
return 'Filter by active at least one day between dates';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -34,7 +34,7 @@ class OpenBetweenDatesFilter implements FilterInterface
|
||||
*/
|
||||
public function getTitle(): string
|
||||
{
|
||||
return 'Filtered by opened between dates';
|
||||
return 'Filter by opened between dates';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user