Skip to content

Commit

Permalink
Merge pull request #6638 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
chore(i18n): Triple dot to ellipsis
  • Loading branch information
tcitworld authored Jan 20, 2025
2 parents d944a2a + 354109b commit f0145fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/AddTalkModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<NcEmptyContent v-if="loading"
icon="icon-loading"
class="modal__content__loading"
:description="t('calendar','Fetching Talk rooms...')" />
:description="t('calendar','Fetching Talk rooms')" />
<NcEmptyContent v-else-if="talkConversations.length === 0"
:description="t('calendar','No Talk room available')" />
<ul v-else>
Expand Down

0 comments on commit f0145fe

Please sign in to comment.