From be1fc4bc50811df522cbfef299da6a7540589f65 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 27 Mar 2018 15:46:36 +0200 Subject: Fix custom server configuration numbers --- client/src/app/about/about.component.html | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (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 bcb4ed2be..bad90d161 100644 --- a/client/src/app/about/about.component.html +++ b/client/src/app/about/about.component.html @@ -13,14 +13,26 @@
Terms
+ + +
+
Signup
+ +
+ User registration is allowed and + + + this instance provides a baseline quota of {{ userVideoQuota | bytes }} space for the videos of its users. + + + + this instance provides unlimited space for the videos of its users. + +
-
- This instance provides a baseline quota of {{ userVideoQuota | bytes: 0 }} space for the videos of its users. +
+ User registration is currently not allowed.
- - - This instance provides unlimited space for the videos of its users. -
-- cgit v1.2.3