Merge pull request #10435 from nextcloud/rakekniven-patch-1
Typo fix: Triple dot to ellipsis
This commit is contained in:
commit
168d6f7c44
|
@ -501,7 +501,7 @@ class IMipPlugin extends SabreIMipPlugin {
|
||||||
'token' => $token,
|
'token' => $token,
|
||||||
]);
|
]);
|
||||||
$html = vsprintf('<small><a href="%s">%s</a></small>', [
|
$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]);
|
$text = $l10n->t('More options at %s', [$moreOptionsURL]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue