0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

change the "Overview" button to say "Domain List" for all languages

bf5fb7af16 changed pMenu_overview from
"Overview" to "Domain List", but only for english.

This commit reverts this, and instead changes main.tpl to use
pAdminMenu_list_domain which already says "Domain List" and is
translated to all languages.
This commit is contained in:
Christian Boltz 2021-07-25 12:44:31 +02:00
parent 205471d4f4
commit 2da5dbe696
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ $PALANG['pLogin_failed'] = 'Your email address or password is not correct.';
$PALANG['pLogin_login_users'] = 'Users click here to login to the user section.';
$PALANG['pMenu_main'] = 'Main';
$PALANG['pMenu_overview'] = 'Domain List';
$PALANG['pMenu_overview'] = 'Overview';
$PALANG['add_alias'] = 'Add Forward';
$PALANG['add_alias_domain'] = 'Add Alias Domain';
$PALANG['add_mailbox'] = 'Add Mailbox';

View File

@ -3,7 +3,7 @@
<table class="table">
<tr>
<td nowrap="nowrap"><a class="btn btn-primary" href="{#url_list_domain#}">{$PALANG.pMenu_overview}</a></td>
<td nowrap="nowrap"><a class="btn btn-primary" href="{#url_list_domain#}">{$PALANG.pAdminMenu_list_domain}</a></td>
<td>{$PALANG.pMain_overview}</td>
</tr>
<tr>