summaryrefslogtreecommitdiffstats
path: root/apps/dav
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2018-07-30 15:05:55 +0200
committerGitHub <noreply@github.com>2018-07-30 15:05:55 +0200
commit6c5670f6d2c4250052e8a337b7014432696ee8bd (patch)
tree0e6347e6432030427d84ac5d20ed1291b032b7f1 /apps/dav
parentc94ac53e60ad57b886c708854e548c243f14e293 (diff)
downloadnextcloud-server-6c5670f6d2c4250052e8a337b7014432696ee8bd.tar.gz
nextcloud-server-6c5670f6d2c4250052e8a337b7014432696ee8bd.zip
Update IMipPlugin.php
Added space before ellipsis
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/lib/CalDAV/Schedule/IMipPlugin.php2
1 files changed, 1 insertions, 1 deletions
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('<small><a href="%s">%s</a></small>', [
- $moreOptionsURL, $l10n->t('More options…')
+ $moreOptionsURL, $l10n->t('More options …')
]);
$text = $l10n->t('More options at %s', [$moreOptionsURL]);