aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/signup/signup.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/signup/signup.component.html b/client/src/app/signup/signup.component.html
index aad4b5be3..531a97814 100644
--- a/client/src/app/signup/signup.component.html
+++ b/client/src/app/signup/signup.component.html
@@ -51,7 +51,7 @@
51 <div class="form-group form-group-terms"> 51 <div class="form-group form-group-terms">
52 <my-peertube-checkbox 52 <my-peertube-checkbox
53 inputName="terms" formControlName="terms" 53 inputName="terms" formControlName="terms"
54 i18n-labelHtml labelHtml="I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instance" 54 i18n-labelHtml labelHtml="I am at least 16 years old and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instance"
55 ></my-peertube-checkbox> 55 ></my-peertube-checkbox>
56 56
57 <div *ngIf="formErrors.terms" class="form-error"> 57 <div *ngIf="formErrors.terms" class="form-error">