mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-09 22:11:38 +00:00
[Web] add missing translation for ratelimit in templates overview
This commit is contained in:
@@ -41,6 +41,7 @@ $template_data = [
|
||||
'mailboxes' => $mailboxes,
|
||||
'lang_mailbox' => json_encode($lang['mailbox']),
|
||||
'lang_rl' => json_encode($lang['ratelimit']),
|
||||
'lang_edit' => json_encode($lang['edit']),
|
||||
'lang_datatables' => json_encode($lang['datatables']),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user