exports: create new activity linked to acp exports indicators + title/descr/groups translations

This commit is contained in:
2022-08-17 11:44:15 +02:00
parent 57d00df460
commit d9b668e614
10 changed files with 372 additions and 25 deletions

View File

@@ -108,6 +108,6 @@ class CountActivity implements ExportInterface, GroupedExportInterface
public function getGroup(): string
{
return 'Exports of activities';
return 'Exports of activities linked to a person';
}
}