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

Changed triple dots to ellipsis
This commit is contained in:
Julius Härtl
2020-11-02 11:59:22 +01:00
committed by GitHub

View File

@@ -14,10 +14,10 @@
@input="clickAddAcl" @input="clickAddAcl"
@search-change="asyncFind"> @search-change="asyncFind">
<template #noOptions> <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>
<template #noResult> <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> </template>
</Multiselect> </Multiselect>