diff --git a/src/translation/en.json b/src/translation/en.json index 3c33796ad..a3682dca2 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -183,7 +183,8 @@ "transferOwnershipTooltip": "Transfer Ownership", "invitationTooltip": "Invite User", "setGhostTooltip": "Impersonate", - "mailmanagerTooltip": "This user can manage users and mailboxes" + "mailmanagerTooltip": "This user can manage users and mailboxes", + "count": "{{ count }} users overall" }, "groups": { "title": "Groups", diff --git a/src/views/users.html b/src/views/users.html index 489de6f73..b6ef50131 100644 --- a/src/views/users.html +++ b/src/views/users.html @@ -675,6 +675,9 @@
+
+ {{ 'users.users.count' | tr:{ count: allUsers.length } }} +