diff --git a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php index 0f7b9348b7e..54feaa57ace 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]);