Skip to content

Commit 5ab961f

Browse files
committed
proper i18n key tag
1 parent dee9dcc commit 5ab961f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/templates/user/list_dns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<a href="/list/dns/?domain=<?php echo $key ?>" class="data-controls">
7474
<span>
7575
<img src="/images/more.png" width="8px" height="8px">
76-
<?php print _('LIST_DOMAIN_RECORDS',$data[$key]['RECORDS']); ?>
76+
<?php print _('list records',$data[$key]['RECORDS']); ?>
7777
</span>
7878
</a>
7979
<table class="data-col2" width="830px">

web/templates/user/list_mail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<a href="?domain=<?php echo $key ?>" class="data-controls">
8383
<span>
8484
<img src="/images/more.png" width="8px" height="8px">
85-
<?php print _('LIST_MAIL_ACCOUNTS',$data[$key]['RECORDS']); ?>
85+
<?php print _('list accounts',$data[$key]['RECORDS']); ?>
8686
</span>
8787
</a>
8888
<table class="data-col2" width="830px">

0 commit comments

Comments
 (0)