From d059ee34a09fe32e56a236d9ff2c5d9060b2f063 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 24 Jun 2019 18:33:10 +0200 Subject: Show used space in mb instead of % Signed-off-by: Daniel Kesselberg --- apps/files/templates/appnavigation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/files/templates') diff --git a/apps/files/templates/appnavigation.php b/apps/files/templates/appnavigation.php index 00ea164752d..7f174b08a6c 100644 --- a/apps/files/templates/appnavigation.php +++ b/apps/files/templates/appnavigation.php @@ -17,9 +17,9 @@
  • + title="t('%s (%s%%) of %s used', [$_['usage'], $_['usage_relative'], $_['total_space']])); ?>"> -

    t('%1$s%% of %2$s used', [round($_['usage_relative'], 1), $_['total_space']])); ?>

    +

    t('%1$s of %2$s used', [$_['usage'], $_['total_space']])); ?>

    -- cgit v1.2.3