Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps/dav
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-04-12 11:15:10 +0300
committerGitHub <noreply@github.com>2022-04-12 11:15:10 +0300
commit13b5118c767ce039d57c72d137c14b12d81e1d0a (patch)
treebbbb3909e47ccc8e4c9792af07c5654419ab5bbb /apps/dav
parent483741ff36ab5ce56d37f65226b76afffb858356 (diff)
l10n: Remove comma
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/lib/UserMigration/CalendarMigrator.php2
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');
}
}