Merge pull request #31937 from nextcloud/Valdnet-patch-1

This commit is contained in:
Pytal 2022-04-12 10:15:16 -07:00 committed by GitHub
commit ab84519852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -483,6 +483,6 @@ class CalendarMigrator implements IMigrator {
* {@inheritDoc}
*/
public function getDescription(): string {
return $this->l10n->t('Calendars including events, details, and attendees');
return $this->l10n->t('Calendars including events, details and attendees');
}
}