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 48548e020f
commit 2e3f977f3d
14 changed files with 24 additions and 23 deletions

View File

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