adjust property name to make it work with changes calendar bundle

This commit is contained in:
2022-09-08 11:59:44 +02:00
parent 822b96f87f
commit 12c37ddb2c
14 changed files with 24 additions and 23 deletions

View File

@@ -87,6 +87,6 @@ final class JobAggregator implements AggregatorInterface
public function getTitle(): string
{
return 'Group appointments by agent job';
return 'Group calendars by agent job';
}
}