aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos/components/add/videos-add.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular/videos/components/add/videos-add.component.html')
-rw-r--r--client/angular/videos/components/add/videos-add.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/angular/videos/components/add/videos-add.component.html b/client/angular/videos/components/add/videos-add.component.html
index 4252d7abd..7336ad0c0 100644
--- a/client/angular/videos/components/add/videos-add.component.html
+++ b/client/angular/videos/components/add/videos-add.component.html
@@ -15,7 +15,7 @@
15 <div class="form-group"> 15 <div class="form-group">
16 <div class="btn btn-default btn-file"> 16 <div class="btn btn-default btn-file">
17 <span>Select the video...</span> 17 <span>Select the video...</span>
18 <input type="file" name="input_video" id="input_video"> 18 <input type="file" name="videofile" id="videofile">
19 </div> 19 </div>
20 20
21 <span *ngIf="fileToUpload">{{ fileToUpload.name }}</span> 21 <span *ngIf="fileToUpload">{{ fileToUpload.name }}</span>