]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-edit/video-update.component.html
Add other video description tests
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / video-update.component.html
index 7f4faf21bb0e0cec179ce4c741e0b31db37fa8f4..4dcb3ea5676618bd16be6a5674cff5409e58e9b3 100644 (file)
     </div>
 
     <div class="form-group">
-      <label for="nsfw">NSFW</label>
       <input
         type="checkbox" id="nsfw"
         formControlName="nsfw"
       >
+      <label for="nsfw">This video contains mature or explicit content</label>
     </div>
 
     <div class="form-group">
@@ -65,7 +65,7 @@
       <label for="tags" class="label-tags">Tags</label> <span class="little-information">(press enter to add the tag)</span>
       <tag-input
         [ngModel]="tags" [validators]="tagValidators" [errorMessages]="tagValidatorsMessages"
-        formControlName="tags" maxItems="3" modelAsStrings="true"
+        formControlName="tags" maxItems="5" modelAsStrings="true"
       ></tag-input>
     </div>