Merge pull request #3990 from owncloud/size-mb
add MB indicator to size heading, fix #3987
This commit is contained in:
commit
a9072056a0
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