clarifying what extensions are accepted for upload

pull/753/head
Rigel Kent 2018-06-28 23:09:57 +02:00 committed by Chocobozzz
parent 8244c85ad6
commit fc0941cbec
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<div class="icon icon-upload"></div>
<div class="button-file">
<span i18n>Select the file to upload</span>
<span i18n>Select the file to upload (.mp4, .webm, .ogv)</span>
<input #videofileInput type="file" name="videofile" id="videofile" [accept]="videoExtensions" (change)="fileChange()" />
</div>