diff options
Diffstat (limited to 'client/src/app/account')
-rw-r--r-- | client/src/app/account/account-details/account-details.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/account/account-details/account-details.component.html b/client/src/app/account/account-details/account-details.component.html index 24b0750d2..8f4f176af 100644 --- a/client/src/app/account/account-details/account-details.component.html +++ b/client/src/app/account/account-details/account-details.component.html | |||
@@ -2,11 +2,11 @@ | |||
2 | 2 | ||
3 | <form role="form" (ngSubmit)="updateDetails()" [formGroup]="form"> | 3 | <form role="form" (ngSubmit)="updateDetails()" [formGroup]="form"> |
4 | <div class="form-group"> | 4 | <div class="form-group"> |
5 | <label for="displayNSFW">Display NSFW videos</label> | ||
6 | <input | 5 | <input |
7 | type="checkbox" id="displayNSFW" | 6 | type="checkbox" id="displayNSFW" |
8 | formControlName="displayNSFW" | 7 | formControlName="displayNSFW" |
9 | > | 8 | > |
9 | <label for="displayNSFW">Display videos that contain mature or explicit content</label> | ||
10 | <div *ngIf="formErrors['displayNSFW']" class="alert alert-danger"> | 10 | <div *ngIf="formErrors['displayNSFW']" class="alert alert-danger"> |
11 | {{ formErrors['displayNSFW'] }} | 11 | {{ formErrors['displayNSFW'] }} |
12 | </div> | 12 | </div> |