From d3171a80e0e6ad3da878d0612067664dad5423e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20N=C3=BCsse?= Date: Mon, 27 Aug 2018 17:07:43 +0200 Subject: Implemented short quota-design v2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Felix NĂ¼sse --- apps/files/templates/appnavigation.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/files/templates') diff --git a/apps/files/templates/appnavigation.php b/apps/files/templates/appnavigation.php index c6361d0ca4f..fecaa8401a9 100644 --- a/apps/files/templates/appnavigation.php +++ b/apps/files/templates/appnavigation.php @@ -12,12 +12,13 @@
  • t('%1$s of %2$s used', [$_['usage'], $_['total_space']])); + p($l->t('%1$s%% of %2$s used', [round($_['usage_relative'], 1), $_['total_space']])); } else { p($l->t('%s used', [$_['usage']])); } ?>

    -- cgit v1.2.3