clarifying what extensions are accepted for upload
authorRigel Kent <sendmemail@rigelk.eu>
Thu, 28 Jun 2018 21:09:57 +0000 (23:09 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 29 Jun 2018 07:44:14 +0000 (09:44 +0200)
client/src/app/videos/+video-edit/video-add.component.html

index 07034e4e1deae17903887468e977b461dde350ff..f151383f1cf392ae12bd575e9758bbed65d3f7ba 100644 (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>