We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee9dcc commit 5ab961fCopy full SHA for 5ab961f
2 files changed
web/templates/user/list_dns.html
@@ -73,7 +73,7 @@
73
<a href="/list/dns/?domain=<?php echo $key ?>" class="data-controls">
74
<span>
75
<img src="/images/more.png" width="8px" height="8px">
76
- <?php print _('LIST_DOMAIN_RECORDS',$data[$key]['RECORDS']); ?>
+ <?php print _('list records',$data[$key]['RECORDS']); ?>
77
</span>
78
</a>
79
<table class="data-col2" width="830px">
web/templates/user/list_mail.html
@@ -82,7 +82,7 @@
82
<a href="?domain=<?php echo $key ?>" class="data-controls">
83
84
85
- <?php print _('LIST_MAIL_ACCOUNTS',$data[$key]['RECORDS']); ?>
+ <?php print _('list accounts',$data[$key]['RECORDS']); ?>
86
87
88
0 commit comments