Merge pull request #10435 from nextcloud/rakekniven-patch-1

Typo fix: Triple dot to ellipsis
pull/10459/head
Joas Schilling 8 years ago committed by GitHub
commit 168d6f7c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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]);

Loading…
Cancel
Save