diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index 4ac08912d..82d09f6a8 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -494,7 +494,7 @@ "title": "Domains", "outbound": "Outbound only", "disabled": "Disabled", - "stats": "Count: {{ mailboxCount }} / Usage: {{ usage }}", + "stats": "Mailboxes: {{ mailboxCount }} / Usage: {{ usage }}", "testEmailTooltip": "Send test email" }, "settings": { @@ -984,7 +984,8 @@ "aliases": "Aliases", "usage": "Usage", "emptyPlaceholder": "No Mailboxes", - "noMatchesPlaceholder": "No matching mailboxes" + "noMatchesPlaceholder": "No matching mailboxes", + "stats": "Count: {{ mailboxCount }} / Usage: {{ usage }}" }, "mailinglists": { "title": "Mailing Lists", diff --git a/dashboard/src/views/EmailMailboxesView.vue b/dashboard/src/views/EmailMailboxesView.vue index f172e43c3..7ce6fb884 100644 --- a/dashboard/src/views/EmailMailboxesView.vue +++ b/dashboard/src/views/EmailMailboxesView.vue @@ -230,7 +230,7 @@ onMounted(async () => {