]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-edit/shared/video-edit.component.html
Fix build
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / shared / video-edit.component.html
index 245ae42b67486c820e67f85dd17522ac27b46526..e2a22203797515494ff76061e5aa36cccdb75719 100644 (file)
@@ -20,6 +20,7 @@
                 <ng-template ptTemplate="customHtml">
                   <ng-container i18n>
                     Tags could be used to suggest relevant recommendations. <br />
+                    There is a maximum of 5 tags. <br />
                     Press Enter to add a new tag.
                   </ng-container>
                 </ng-template>
@@ -43,7 +44,7 @@
                 </ng-template>
               </my-help>
 
-              <my-markdown-textarea truncate="250" formControlName="description"></my-markdown-textarea>
+              <my-markdown-textarea truncate="250" formControlName="description" markdownVideo="true"></my-markdown-textarea>
 
               <div *ngIf="formErrors.description" class="form-error">
                 {{ formErrors.description }}