Skip to content

Commit

Permalink
Reverted last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Jul 6, 2018
1 parent 6b4960b commit 8f27a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/templates/appnavigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class="pinned <?php p($pinned === 0 ? 'first-pinned ' : '') ?><?php
<a href="#" class="icon-quota svg">
<p id="quotatext"><?php
if ($_['quota'] !== \OCP\Files\FileInfo::SPACE_UNLIMITED) {
p($l->t('%s of %s', [$_['usage'], $_['total_space']]));
p($l->t('%s of %s used', [$_['usage'], $_['total_space']]));
} else {
p($l->t('%s used', [$_['usage']]));
} ?></p>
Expand Down

0 comments on commit 8f27a68

Please sign in to comment.