add MB indicator to size heading, fix #3987
This commit is contained in:
parent
40879c6327
commit
3fb3a7baa8
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
<?php endif; ?>
|
||||
</span>
|
||||
</th>
|
||||
<th id="headerSize"><?php p($l->t( 'Size' )); ?></th>
|
||||
<th id="headerSize"><?php p($l->t('Size (MB)')); ?></th>
|
||||
<th id="headerDate">
|
||||
<span id="modified"><?php p($l->t( 'Modified' )); ?></span>
|
||||
<?php if ($_['permissions'] & OCP\PERMISSION_DELETE): ?>
|
||||
|
|
Loading…
Reference in a new issue