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 committed Jul 31, 2024
1 parent f04d84e commit bc04ae1
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 bc04ae1

Please sign in to comment.