mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
proper i18n key tag
This commit is contained in:
parent
dee9dcc094
commit
5ab961f53b
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@
|
|||
<a href="/list/dns/?domain=<?php echo $key ?>" class="data-controls">
|
||||
<span>
|
||||
<img src="/images/more.png" width="8px" height="8px">
|
||||
<?php print _('LIST_DOMAIN_RECORDS',$data[$key]['RECORDS']); ?>
|
||||
<?php print _('list records',$data[$key]['RECORDS']); ?>
|
||||
</span>
|
||||
</a>
|
||||
<table class="data-col2" width="830px">
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
<a href="?domain=<?php echo $key ?>" class="data-controls">
|
||||
<span>
|
||||
<img src="/images/more.png" width="8px" height="8px">
|
||||
<?php print _('LIST_MAIL_ACCOUNTS',$data[$key]['RECORDS']); ?>
|
||||
<?php print _('list accounts',$data[$key]['RECORDS']); ?>
|
||||
</span>
|
||||
</a>
|
||||
<table class="data-col2" width="830px">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue