aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared/video-edit.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2017-12-20 15:36:29 +0100
committerChocobozzz <me@florianbigard.com>2017-12-20 15:37:03 +0100
commitcb9244de975909bac2922c4412fd948646ff3ba7 (patch)
treea5bf6735e4ee986f58f7a63349b944b7f6b09156 /client/src/app/videos/+video-edit/shared/video-edit.component.html
parenta0d69908239718ca3bd03097fbd9eb7e2a13ff75 (diff)
downloadPeerTube-cb9244de975909bac2922c4412fd948646ff3ba7.tar.gz
PeerTube-cb9244de975909bac2922c4412fd948646ff3ba7.tar.zst
PeerTube-cb9244de975909bac2922c4412fd948646ff3ba7.zip
Improve video tag in edit form
Diffstat (limited to 'client/src/app/videos/+video-edit/shared/video-edit.component.html')
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.html b/client/src/app/videos/+video-edit/shared/video-edit.component.html
index 4f92b4908..9acbafcb6 100644
--- a/client/src/app/videos/+video-edit/shared/video-edit.component.html
+++ b/client/src/app/videos/+video-edit/shared/video-edit.component.html
@@ -10,7 +10,7 @@
10 </div> 10 </div>
11 11
12 <div class="form-group"> 12 <div class="form-group">
13 <label class="label-tags">Tags</label> <span class="little-information">(press enter to add the tag)</span> 13 <label class="label-tags">Tags</label> <span>(press Enter to add)</span>
14 <tag-input 14 <tag-input
15 [ngModel]="tags" [validators]="tagValidators" [errorMessages]="tagValidatorsMessages" 15 [ngModel]="tags" [validators]="tagValidators" [errorMessages]="tagValidatorsMessages"
16 formControlName="tags" maxItems="5" modelAsStrings="true" 16 formControlName="tags" maxItems="5" modelAsStrings="true"