add translation for new email domain overview
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -40,17 +40,17 @@ return [
|
||||
'field' => 'domain',
|
||||
],
|
||||
'addresses' => [
|
||||
'label' => '# Adresses',
|
||||
'label' => '# ' . lng('emails.emails'),
|
||||
'field' => 'addresses',
|
||||
'searchable' => false,
|
||||
],
|
||||
'accounts' => [
|
||||
'label' => '# Accounts',
|
||||
'label' => '# ' . lng('emails.accounts'),
|
||||
'field' => 'accounts',
|
||||
'searchable' => false,
|
||||
],
|
||||
'forwarder' => [
|
||||
'label' => '# Forwarders',
|
||||
'label' => '# ' . lng('emails.forwarders'),
|
||||
'field' => 'forwarder',
|
||||
'searchable' => false,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user