diff options
Diffstat (limited to 'client/src/app/+video-studio')
-rw-r--r-- | client/src/app/+video-studio/edit/video-studio-edit.component.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client/src/app/+video-studio/edit/video-studio-edit.component.html b/client/src/app/+video-studio/edit/video-studio-edit.component.html index a9f34811f..acfc1a452 100644 --- a/client/src/app/+video-studio/edit/video-studio-edit.component.html +++ b/client/src/app/+video-studio/edit/video-studio-edit.component.html | |||
@@ -28,8 +28,8 @@ | |||
28 | <div class="form-group"> | 28 | <div class="form-group"> |
29 | <my-reactive-file | 29 | <my-reactive-file |
30 | formControlName="file" inputName="addIntroFile" i18n-inputLabel inputLabel="Select the intro video file" | 30 | formControlName="file" inputName="addIntroFile" i18n-inputLabel inputLabel="Select the intro video file" |
31 | [extensions]="videoExtensions" [displayFilename]="true" | 31 | [extensions]="videoExtensions" [displayFilename]="true" [displayReset]="true" |
32 | [ngbTooltip]="getIntroOutroTooltip()" | 32 | [buttonTooltip]="getIntroOutroTooltip()" |
33 | ></my-reactive-file> | 33 | ></my-reactive-file> |
34 | </div> | 34 | </div> |
35 | </div> | 35 | </div> |
@@ -42,8 +42,8 @@ | |||
42 | <div class="form-group"> | 42 | <div class="form-group"> |
43 | <my-reactive-file | 43 | <my-reactive-file |
44 | formControlName="file" inputName="addOutroFile" i18n-inputLabel inputLabel="Select the outro video file" | 44 | formControlName="file" inputName="addOutroFile" i18n-inputLabel inputLabel="Select the outro video file" |
45 | [extensions]="videoExtensions" [displayFilename]="true" | 45 | [extensions]="videoExtensions" [displayFilename]="true" [displayReset]="true" |
46 | [ngbTooltip]="getIntroOutroTooltip()" | 46 | [buttonTooltip]="getIntroOutroTooltip()" |
47 | ></my-reactive-file> | 47 | ></my-reactive-file> |
48 | </div> | 48 | </div> |
49 | </div> | 49 | </div> |
@@ -56,8 +56,8 @@ | |||
56 | <div class="form-group"> | 56 | <div class="form-group"> |
57 | <my-reactive-file | 57 | <my-reactive-file |
58 | formControlName="file" inputName="addWatermarkFile" i18n-inputLabel inputLabel="Select watermark image file" | 58 | formControlName="file" inputName="addWatermarkFile" i18n-inputLabel inputLabel="Select watermark image file" |
59 | [extensions]="imageExtensions" [displayFilename]="true" | 59 | [extensions]="imageExtensions" [displayFilename]="true" [displayReset]="true" |
60 | [ngbTooltip]="getWatermarkTooltip()" | 60 | [buttonTooltip]="getWatermarkTooltip()" |
61 | ></my-reactive-file> | 61 | ></my-reactive-file> |
62 | </div> | 62 | </div> |
63 | </div> | 63 | </div> |