This commit is contained in:
Jorge Pastor 2024-03-03 11:36:54 +01:00
parent 84880401ea
commit 2b635be17e
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class DashboardView(CustomContextMixin, UserTokenRequiredMixin, TemplateView):
alert = format_html("<span class='text-warning'>{} mailbox left</span>", mailboxes_left)
return {
'verbose_name': _('Mailbox usage'),
'verbose_name': _('Mailboxes'),
'data': {
'used': total_mailboxes,
'total': allowed_mailboxes,