Skip to content

Commit

Permalink
fix: Show text in empty mailbox view
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst authored and backportbot[bot] committed Jul 31, 2024
1 parent d0b3dec commit 176a9cf
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 176a9cf

Please sign in to comment.