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"
@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>