Skip to content

Commit

Permalink
Merge pull request #9950 from nextcloud/fix/empty-mailbox-message
Browse files Browse the repository at this point in the history
fix: Show text in empty mailbox view
  • Loading branch information
ChristophWurst authored Jul 31, 2024
2 parents 4f42b1e + bc04ae1 commit 976295e
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
Expand Up @@ -3,7 +3,7 @@
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<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 976295e

Please sign in to comment.