Revert "adjust property name to make it work with changes calendar bundle"

This reverts commit 12c37ddb2c.
This commit is contained in:
2022-09-08 12:45:59 +02:00
parent 12c37ddb2c
commit 967c8c62d4
14 changed files with 23 additions and 24 deletions

View File

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