mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
exports: activity improve translations
This commit is contained in:
@@ -183,7 +183,7 @@ class ListActivity implements ListInterface, GroupedExportInterface
|
||||
|
||||
public function getTitle()
|
||||
{
|
||||
return 'List activities linked to a person';
|
||||
return 'List activity linked to a person';
|
||||
}
|
||||
|
||||
public function getType(): string
|
||||
|
@@ -73,7 +73,7 @@ class StatActivityDuration implements ExportInterface, GroupedExportInterface
|
||||
throw new LogicException(sprintf('The key %s is not used by this export', $key));
|
||||
}
|
||||
|
||||
$header = self::SUM === $this->action ? 'Sum of activities duration' : false;
|
||||
$header = self::SUM === $this->action ? 'Sum activities linked to a person duration' : false;
|
||||
|
||||
return static fn (string $value) => '_header' === $value ? $header : $value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user