diff options
Diffstat (limited to 'client/src/app/signup/signup.component.html')
-rw-r--r-- | client/src/app/signup/signup.component.html | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/client/src/app/signup/signup.component.html b/client/src/app/signup/signup.component.html index 5fd630b09..f7b8f587b 100644 --- a/client/src/app/signup/signup.component.html +++ b/client/src/app/signup/signup.component.html | |||
@@ -4,19 +4,7 @@ | |||
4 | Create an account | 4 | Create an account |
5 | </div> | 5 | </div> |
6 | 6 | ||
7 | <div class="initial-user-quota"> | 7 | <my-instance-features-table></my-instance-features-table> |
8 | <span i18n class="initial-user-quota-label">Initial video quota:</span> | ||
9 | |||
10 | <span *ngIf="initialUserVideoQuota !== -1"> | ||
11 | {{ initialUserVideoQuota | bytes: 0 }} | ||
12 | |||
13 | <my-help helpType="custom" [customHtml]="quotaHelpIndication"></my-help> | ||
14 | </span> | ||
15 | |||
16 | <ng-container i18n *ngIf="initialUserVideoQuota === -1"> | ||
17 | Unlimited | ||
18 | </ng-container> | ||
19 | </div> | ||
20 | 8 | ||
21 | <div *ngIf="error" class="alert alert-danger">{{ error }}</div> | 9 | <div *ngIf="error" class="alert alert-danger">{{ error }}</div> |
22 | 10 | ||