diff --git a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php index 4065c21b8a..54feaa57ac 100644 --- a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php +++ b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php @@ -501,7 +501,7 @@ class IMipPlugin extends SabreIMipPlugin { 'token' => $token, ]); $html = vsprintf('%s', [ - $moreOptionsURL, $l10n->t('More options ...') + $moreOptionsURL, $l10n->t('More options …') ]); $text = $l10n->t('More options at %s', [$moreOptionsURL]);