aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
index 51e16150e..deea3daf9 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
@@ -91,7 +91,7 @@
91 <div class="submit-container"> 91 <div class="submit-container">
92 <div i18n *ngIf="videoUploaded === false" class="message-submit">Publish will be available when upload is finished</div> 92 <div i18n *ngIf="videoUploaded === false" class="message-submit">Publish will be available when upload is finished</div>
93 93
94 <my-button className="submit-button orange-button" i18n-label label="Publish" icon="circle-tick" 94 <my-button className="orange-button" i18n-label label="Publish" icon="circle-tick"
95 (click)="updateSecondStep()" (keydown.enter)="updateSecondStep()" 95 (click)="updateSecondStep()" (keydown.enter)="updateSecondStep()"
96 [disabled]="isPublishingButtonDisabled()" 96 [disabled]="isPublishingButtonDisabled()"
97 ></my-button> 97 ></my-button>