aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add.component.html')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.component.html b/client/src/app/videos/+video-edit/video-add.component.html
index 136c82a7c..3bf4101f4 100644
--- a/client/src/app/videos/+video-edit/video-add.component.html
+++ b/client/src/app/videos/+video-edit/video-add.component.html
@@ -18,11 +18,11 @@
18 </div> 18 </div>
19 19
20 <div class="form-group"> 20 <div class="form-group">
21 <label for="nsfw">NSFW</label>
22 <input 21 <input
23 type="checkbox" id="nsfw" 22 type="checkbox" id="nsfw"
24 formControlName="nsfw" 23 formControlName="nsfw"
25 > 24 >
25 <label for="nsfw">This video contains mature or explicit content</label>
26 </div> 26 </div>
27 27
28 <div class="form-group"> 28 <div class="form-group">