diff options
Diffstat (limited to 'client/src/app/about/about.component.html')
-rw-r--r-- | client/src/app/about/about.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/about/about.component.html b/client/src/app/about/about.component.html index bad90d161..bc6a8c6f3 100644 --- a/client/src/app/about/about.component.html +++ b/client/src/app/about/about.component.html | |||
@@ -22,7 +22,7 @@ | |||
22 | User registration is allowed and | 22 | User registration is allowed and |
23 | 23 | ||
24 | <ng-template [ngIf]="userVideoQuota !== -1"> | 24 | <ng-template [ngIf]="userVideoQuota !== -1"> |
25 | this instance provides a baseline quota of {{ userVideoQuota | bytes }} space for the videos of its users. | 25 | this instance provides a baseline quota of {{ userVideoQuota | bytes: 0 }} space for the videos of its users. |
26 | </ng-template> | 26 | </ng-template> |
27 | 27 | ||
28 | <ng-template [ngIf]="userVideoQuota === -1"> | 28 | <ng-template [ngIf]="userVideoQuota === -1"> |