mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
export translations: improve title translations in filter/aggrs stack
This commit is contained in:
@@ -108,6 +108,6 @@ class DeadOrAliveFilter implements FilterInterface
|
||||
|
||||
public function getTitle()
|
||||
{
|
||||
return 'Filtered by person\'s that are alive or have deceased at a certain date';
|
||||
return "Filter by person's that are alive or have deceased at a certain date";
|
||||
}
|
||||
}
|
||||
|
@@ -106,6 +106,6 @@ class ResidentialAddressAtThirdpartyFilter implements FilterInterface
|
||||
|
||||
public function getTitle()
|
||||
{
|
||||
return 'Filtered by person\'s who have a residential address located at a thirdparty of type';
|
||||
return "Filter by person's who have a residential address located at a thirdparty of type";
|
||||
}
|
||||
}
|
||||
|
@@ -59,11 +59,11 @@ class ResidentialAddressAtUserFilter implements FilterInterface
|
||||
|
||||
public function describeAction($data, $format = 'string')
|
||||
{
|
||||
return ['Filtered by person\'s who have a residential address located at another user'];
|
||||
return ["Filtered by person's who have a residential address located at another user"];
|
||||
}
|
||||
|
||||
public function getTitle()
|
||||
{
|
||||
return 'Filtered by person\'s who have a residential address located at another user';
|
||||
return "Filter by person's who have a residential address located at another user";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user