diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-06-28 23:09:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-29 09:44:14 +0200 |
commit | fc0941cbec98ba80e73a596e5d889d80f86dbe6f (patch) | |
tree | ee23fee10de205ce01af4f8b85641ae02fb6b50f /client/src | |
parent | 8244c85ad668d38f984f975ddc3c7e4e93cde050 (diff) | |
download | PeerTube-fc0941cbec98ba80e73a596e5d889d80f86dbe6f.tar.gz PeerTube-fc0941cbec98ba80e73a596e5d889d80f86dbe6f.tar.zst PeerTube-fc0941cbec98ba80e73a596e5d889d80f86dbe6f.zip |
clarifying what extensions are accepted for upload
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-edit/video-add.component.html | 2 |
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 | ||