Typo fix: Triple dot to ellipsis

Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
This commit is contained in:
rakekniven 2018-07-29 10:15:02 +02:00 committed by GitHub
parent 0c7a17795b
commit c94ac53e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]);