Skip to content

Commit

Permalink
Merge pull request #2463 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
Changed triple dots to ellipsis
  • Loading branch information
juliusknorr authored Nov 2, 2020
2 parents 3dc572c + 2974367 commit 413bf7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/board/SharingTabSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 413bf7e

Please sign in to comment.