fix translation with calendar exports

This commit is contained in:
2022-08-31 15:26:28 +02:00
parent 6dbee02d82
commit bee5336c1d
12 changed files with 23 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ class MonthYearAggregator implements AggregatorInterface
public function getTitle(): string
{
return 'Group by month and year';
return 'Group appointments by month and year';
}
public function addRole(): ?Role