We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e16dc commit de43e4cCopy full SHA for de43e4c
web/templates/admin/edit_mail_acc.html
@@ -63,7 +63,7 @@
63
<a class="data-date"><?=$v_time?></a>
64
</td>
65
</tr>
66
- <tr><td class="data-<?php echo $v_status ?>"><b><?php echo $v_status ?></b></td></tr>
+ <tr><td class="data-<?=$v_status?>"><b><?=__($v_status)?></b></td></tr>
67
</table>
68
69
<td class="data-dotted">
web/templates/admin/edit_package.html
@@ -37,7 +37,7 @@
37
38
39
40
41
42
43
0 commit comments