From 66fd15160e633d98fd7933ffe4abb6c55fcd1755 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 4 Dec 2019 13:19:55 +0100 Subject: Clearer video quota label in user settings --- .../my-account-settings/my-account-settings.component.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'client/src/app/+my-account/my-account-settings/my-account-settings.component.html') diff --git a/client/src/app/+my-account/my-account-settings/my-account-settings.component.html b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html index eb9367d1f..9f187b574 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-settings.component.html +++ b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html @@ -1,7 +1,15 @@
- Video quota: {{ userVideoQuotaUsed | bytes: 0 }} / {{ userVideoQuota }} +
+ Total video quota: + {{ userVideoQuotaUsed | bytes: 0 }} used / {{ userVideoQuota }} +
+ +
+ Daily video quota: + {{ userVideoQuotaUsedDaily | bytes: 0 }} used / {{ userVideoQuotaDaily }} +
Profile
-- cgit v1.2.3