Skip to content

Commit

Permalink
Merge pull request #31937 from nextcloud/Valdnet-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal authored Apr 12, 2022
2 parents a3017a4 + 13b5118 commit ab84519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/UserMigration/CalendarMigrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,6 @@ public function getDisplayName(): string {
* {@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');
}
}

0 comments on commit ab84519

Please sign in to comment.