Skip to content

Commit

Permalink
Merge pull request #9951 from nextcloud/backport/9950/stable3.7
Browse files Browse the repository at this point in the history
[stable3.7] fix: Show text in empty mailbox view
  • Loading branch information
hamza221 committed Aug 15, 2024
2 parents aa453fa + 176a9cf commit 663a72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EmptyMailboxSection.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<NcEmptyContent class="empty-content" :title="t('mail', 'No messages')">
<NcEmptyContent class="empty-content" :name="t('mail', 'No messages')">
<template #icon>
<IconMail :size="65" />
</template>
Expand Down

0 comments on commit 663a72f

Please sign in to comment.