exports: precise translation when acp filters/aggreg are combined with others

This commit is contained in:
2022-08-16 10:30:44 +02:00
parent 4e12684f98
commit c2c409998b
2 changed files with 37 additions and 36 deletions

View File

@@ -43,7 +43,7 @@ class ActivityTypeFilter implements FilterInterface
*/
public function getTitle(): string
{
return 'Filter by activity type';
return 'Filter accompanying course by activity type';
}
/**