diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index 0312b3025..4f56ae879 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -210,14 +210,17 @@ "transferOwnershipTooltip": "Transfer Ownership", "invitationTooltip": "Invite", "setGhostTooltip": "Impersonate", - "mailmanagerTooltip": "This user can manage users and mailboxes" + "mailmanagerTooltip": "This user can manage users and mailboxes", + "noMatchesPlaceholder": "No matching user", + "emptyPlaceholder": "No Users" }, "groups": { "title": "Groups", "name": "Name", "users": "Users", "externalLdapTooltip": "From external LDAP directory", - "emptyPlaceholder": "No Groups" + "emptyPlaceholder": "No Groups", + "noMatchesPlaceholder": "No matching group" }, "settings": { "title": "User Settings", @@ -1159,7 +1162,9 @@ "title": "Well-Known locations of {{ domain }}" }, "tooltipWellKnown": "Well-Known Locations", - "count": "Total domains: {{ count }}" + "count": "Total domains: {{ count }}", + "emptyPlaceholder": "No Domains", + "noMatchesPlaceholder": "No matching domain" }, "notifications": { "title": "Notifications", @@ -1353,7 +1358,8 @@ "csv": "CSV", "json": "JSON" }, - "emptyPlaceholder": "No Mailboxes" + "emptyPlaceholder": "No Mailboxes", + "noMatchesPlaceholder": "No matching mailboxes" }, "mailinglists": { "title": "Mailing Lists", @@ -1362,7 +1368,8 @@ "members": "List Members", "everyoneTooltip": "Posting allowed by non-members", "membersOnlyTooltip": "Posting restricted to members only", - "emptyPlaceholder": "No Mailing Lists" + "emptyPlaceholder": "No Mailing Lists", + "noMatchesPlaceholder": "No matching mailing lists" }, "catchall": { "title": "Catch-all", diff --git a/dashboard/src/views/DomainsView.vue b/dashboard/src/views/DomainsView.vue index 317942c55..572d30470 100644 --- a/dashboard/src/views/DomainsView.vue +++ b/dashboard/src/views/DomainsView.vue @@ -147,7 +147,7 @@ onMounted(async () => {
- + diff --git a/dashboard/src/views/EmailDomainsView.vue b/dashboard/src/views/EmailDomainsView.vue index 936bfcd5b..bf5504d39 100644 --- a/dashboard/src/views/EmailDomainsView.vue +++ b/dashboard/src/views/EmailDomainsView.vue @@ -161,4 +161,4 @@ onMounted(async () => { flex-grow: 1; } - + \ No newline at end of file diff --git a/dashboard/src/views/EmailMailboxesView.vue b/dashboard/src/views/EmailMailboxesView.vue index 2d35c1221..69b435e77 100644 --- a/dashboard/src/views/EmailMailboxesView.vue +++ b/dashboard/src/views/EmailMailboxesView.vue @@ -238,7 +238,7 @@ onMounted(async () => { - + - + diff --git a/dashboard/src/views/GroupsView.vue b/dashboard/src/views/GroupsView.vue index 19a72c61f..055b68a63 100644 --- a/dashboard/src/views/GroupsView.vue +++ b/dashboard/src/views/GroupsView.vue @@ -165,7 +165,7 @@ onMounted(async () => { - + diff --git a/dashboard/src/views/UsersView.vue b/dashboard/src/views/UsersView.vue index 21bc169c0..b19fec5f3 100644 --- a/dashboard/src/views/UsersView.vue +++ b/dashboard/src/views/UsersView.vue @@ -236,7 +236,7 @@ onMounted(async () => { - +