]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-edit/shared/video-edit.component.html
Improve video tag in edit form
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / shared / video-edit.component.html
index 4f92b4908fa0dc22adf558167bda0b078cd57b5d..9acbafcb673ad095da8c77def640eb62160d7811 100644 (file)
@@ -10,7 +10,7 @@
     </div>
 
     <div class="form-group">
-      <label class="label-tags">Tags</label> <span class="little-information">(press enter to add the tag)</span>
+      <label class="label-tags">Tags</label> <span>(press Enter to add)</span>
       <tag-input
           [ngModel]="tags" [validators]="tagValidators" [errorMessages]="tagValidatorsMessages"
           formControlName="tags" maxItems="5" modelAsStrings="true"