aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.html
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-27 08:51:40 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-10-27 08:51:40 +0200
commitd6e32a2e91c090ed342eaf0709caac2630a67ff3 (patch)
treea461a7cedeb87a992f2a6f476fff78e346f00b5d /client/src/app/videos/+video-edit/video-add.component.html
parentc2962505115563ad1510e8116f3b362887cac71f (diff)
downloadPeerTube-d6e32a2e91c090ed342eaf0709caac2630a67ff3.tar.gz
PeerTube-d6e32a2e91c090ed342eaf0709caac2630a67ff3.tar.zst
PeerTube-d6e32a2e91c090ed342eaf0709caac2630a67ff3.zip
Replace NSFW with "mature or explicit content"
Blur their thumbnail and name
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">