aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-06-28 23:09:57 +0200
committerChocobozzz <me@florianbigard.com>2018-06-29 09:44:14 +0200
commitfc0941cbec98ba80e73a596e5d889d80f86dbe6f (patch)
treeee23fee10de205ce01af4f8b85641ae02fb6b50f /client/src/app/videos/+video-edit/video-add.component.html
parent8244c85ad668d38f984f975ddc3c7e4e93cde050 (diff)
downloadPeerTube-fc0941cbec98ba80e73a596e5d889d80f86dbe6f.tar.gz
PeerTube-fc0941cbec98ba80e73a596e5d889d80f86dbe6f.tar.zst
PeerTube-fc0941cbec98ba80e73a596e5d889d80f86dbe6f.zip
clarifying what extensions are accepted for upload
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.html2
1 files changed, 1 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 07034e4e1..f151383f1 100644
--- a/client/src/app/videos/+video-edit/video-add.component.html
+++ b/client/src/app/videos/+video-edit/video-add.component.html
@@ -9,7 +9,7 @@
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</span> 12 <span i18n>Select the file to upload (.mp4, .webm, .ogv)</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 15