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 a41f594 commit 1557912Copy full SHA for 1557912
web/templates/admin/list_web.html
@@ -319,7 +319,7 @@
319
<div class="l-unit__stat-cols clearfix last">
320
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Additional FTP Account')?>:</div>
321
<div class="l-unit__stat-col l-unit__stat-col--right">
322
- <b><?=__($ftp_user)?></b>
+ <b><?=$ftp_user?></b>
323
</div>
324
325
<? } ?>
web/templates/user/list_web.html
@@ -294,7 +294,7 @@
294
295
296
297
298
299
300
0 commit comments