mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
fix for i18n counters
This commit is contained in:
parent
0b1abcfe04
commit
40b23f0873
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@
|
|||
<p class="nav-<?php if($TAB == 'USER' ) echo 'selected-' ?>header">
|
||||
<?php print __('USER');?>
|
||||
</p>
|
||||
<p class="nav-counters">
|
||||
<?php print __('disk');?>: <? echo humanize_usage($panel[$user]['U_DISK']) ?> <br>
|
||||
<?php print __('traffic');?>: <? echo humanize_usage($panel[$user]['U_BANDWIDTH']) ?>
|
||||
<p class="nav-counters" style="text-transform: lowercase;">
|
||||
<?php print __('Disk'); ?>: <? echo humanize_usage($panel[$user]['U_DISK']) ?> <br>
|
||||
<?php print __('Bandwidth') ;?>: <? echo humanize_usage($panel[$user]['U_BANDWIDTH']) ?>
|
||||
</p>
|
||||
<p class="marker"></p>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue