diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2022-04-12 10:15:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 10:15:16 -0700 |
commit | ab84519852bf569cdde2e10fae680b289645166d (patch) | |
tree | 7bb2098afade0faaee33d9ff57cfb2cafcf33201 | |
parent | a3017a437d8730d07252a84d0f42d282ea77031a (diff) | |
parent | 13b5118c767ce039d57c72d137c14b12d81e1d0a (diff) | |
download | nextcloud-server-ab84519852bf569cdde2e10fae680b289645166d.tar.gz nextcloud-server-ab84519852bf569cdde2e10fae680b289645166d.zip |
Merge pull request #31937 from nextcloud/Valdnet-patch-1
-rw-r--r-- | apps/dav/lib/UserMigration/CalendarMigrator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/UserMigration/CalendarMigrator.php b/apps/dav/lib/UserMigration/CalendarMigrator.php index 37a8de36d8d..908b0a564d1 100644 --- a/apps/dav/lib/UserMigration/CalendarMigrator.php +++ b/apps/dav/lib/UserMigration/CalendarMigrator.php @@ -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'); } } |