Changed triple dots to ellipsis

Reported at Transifex.

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
rakekniven
2020-10-19 12:05:37 +02:00
committed by GitHub
parent 00dd093eb7
commit 297436770a

View File

@@ -14,10 +14,10 @@
@input="clickAddAcl"
@search-change="asyncFind">
<template #noOptions>
{{ isSearching ? t('deck', 'Searching for users, groups and circles ...') : t('deck', 'No participants found') }}
{{ isSearching ? t('deck', 'Searching for users, groups and circles ') : t('deck', 'No participants found') }}
</template>
<template #noResult>
{{ isSearching ? t('deck', 'Searching for users, groups and circles ...') : t('deck', 'No participants found') }}
{{ isSearching ? t('deck', 'Searching for users, groups and circles ') : t('deck', 'No participants found') }}
</template>
</Multiselect>