diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-10-27 08:51:40 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-10-27 08:51:40 +0200 |
commit | d6e32a2e91c090ed342eaf0709caac2630a67ff3 (patch) | |
tree | a461a7cedeb87a992f2a6f476fff78e346f00b5d /client/src/app/videos/+video-edit/video-update.component.html | |
parent | c2962505115563ad1510e8116f3b362887cac71f (diff) | |
download | PeerTube-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-update.component.html')
-rw-r--r-- | client/src/app/videos/+video-edit/video-update.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-update.component.html b/client/src/app/videos/+video-edit/video-update.component.html index 4ade5a671..4dcb3ea56 100644 --- a/client/src/app/videos/+video-edit/video-update.component.html +++ b/client/src/app/videos/+video-edit/video-update.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"> |