From b6457e4135b7275034ecac956cc1c4323eb4f4cd Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 3 May 2018 10:50:08 +0200 Subject: [PATCH] Only show used amount for unlimited quota users Signed-off-by: Morris Jobke --- settings/templates/settings/personal/personal.info.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/templates/settings/personal/personal.info.php b/settings/templates/settings/personal/personal.info.php index 09aba90f50..e581e6d39e 100644 --- a/settings/templates/settings/personal/personal.info.php +++ b/settings/templates/settings/personal/personal.info.php @@ -84,8 +84,8 @@ vendor_style('jcrop/css/jquery.Jcrop');

- t('You are using %s of %s', - [$_['usage'], $_['total_space']]));?> + t('You are using %s', + [$_['usage']]));?> t('You are using %s of %s (%s %%)', [$_['usage'], $_['total_space'], $_['usage_relative']]));?>