From 1869c87535d31a73a26c5d07718cdf94300cc332 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 27 Mar 2018 13:42:57 +0200 Subject: show quota in stats, display quota on the about page, fixes #405 (#421) move videoQuota under a user object, use byte PipeTransform --- client/src/app/about/about.component.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/src/app/about/about.component.html') diff --git a/client/src/app/about/about.component.html b/client/src/app/about/about.component.html index 3bb86208c..bcb4ed2be 100644 --- a/client/src/app/about/about.component.html +++ b/client/src/app/about/about.component.html @@ -13,6 +13,14 @@
Terms
+ +
+ This instance provides a baseline quota of {{ userVideoQuota | bytes: 0 }} space for the videos of its users. +
+ + + This instance provides unlimited space for the videos of its users. +
-- cgit v1.2.3