Changed triple dots to ellipsis
Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user