translations chain

This commit is contained in:
2022-08-11 16:39:36 +02:00
parent c45ef7d74f
commit b614149fab
4 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ class ActiveOnDateFilter implements FilterInterface
*/
public function getTitle(): string
{
return 'Filtered by active on date';
return 'Filter by active on date';
}
/**

View File

@@ -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';
}
/**

View File

@@ -34,7 +34,7 @@ class OpenBetweenDatesFilter implements FilterInterface
*/
public function getTitle(): string
{
return 'Filtered by opened between dates';
return 'Filter by opened between dates';
}
/**