aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-29 15:04:49 +0200
committerChocobozzz <me@florianbigard.com>2018-06-29 17:10:50 +0200
commit84455f2b94d14b387f77fdb92f5e646621d7bef9 (patch)
treee054e7dd665ea1c42153d35ece430c3564a5abfd /client/src/app/videos/+video-edit/video-add.component.html
parentb81eb8fdc6fabbe517d5731c26da773206ebba62 (diff)
downloadPeerTube-84455f2b94d14b387f77fdb92f5e646621d7bef9.tar.gz
PeerTube-84455f2b94d14b387f77fdb92f5e646621d7bef9.tar.zst
PeerTube-84455f2b94d14b387f77fdb92f5e646621d7bef9.zip
Extract extensions from the button
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add.component.html')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.component.html b/client/src/app/videos/+video-edit/video-add.component.html
index f151383f1..7d9443209 100644
--- a/client/src/app/videos/+video-edit/video-add.component.html
+++ b/client/src/app/videos/+video-edit/video-add.component.html
@@ -9,9 +9,10 @@
9 <div class="icon icon-upload"></div> 9 <div class="icon icon-upload"></div>
10 10
11 <div class="button-file"> 11 <div class="button-file">
12 <span i18n>Select the file to upload (.mp4, .webm, .ogv)</span> 12 <span i18n>Select the file to upload</span>
13 <input #videofileInput type="file" name="videofile" id="videofile" [accept]="videoExtensions" (change)="fileChange()" /> 13 <input #videofileInput type="file" name="videofile" id="videofile" [accept]="videoExtensions" (change)="fileChange()" />
14 </div> 14 </div>
15 <span class="button-file-extension">(.mp4, .webm, .ogv)</span>
15 16
16 <div class="form-group form-group-channel"> 17 <div class="form-group form-group-channel">
17 <label i18n for="first-step-channel">Channel</label> 18 <label i18n for="first-step-channel">Channel</label>