aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-21 09:38:26 +0200
committerChocobozzz <me@florianbigard.com>2020-07-21 09:38:26 +0200
commit2e03d65032378bccf7d4fc47d4410ace67073022 (patch)
tree78abc2569e11805455607663cafd3c53510c58ec /client/src/app/+videos
parent2170f1db6ee40531f9d08b711d8b7b00254c0031 (diff)
downloadPeerTube-2e03d65032378bccf7d4fc47d4410ace67073022.tar.gz
PeerTube-2e03d65032378bccf7d4fc47d4410ace67073022.tar.zst
PeerTube-2e03d65032378bccf7d4fc47d4410ace67073022.zip
Fix E2E tests
Diffstat (limited to 'client/src/app/+videos')
-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 8af1687e6..95b6628f6 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
@@ -79,7 +79,7 @@
79 <div class="submit-container"> 79 <div class="submit-container">
80 <div i18n *ngIf="videoUploaded === false" class="message-submit">Publish will be available when upload is finished</div> 80 <div i18n *ngIf="videoUploaded === false" class="message-submit">Publish will be available when upload is finished</div>
81 81
82 <my-button className="orange-button" i18n-label label="Publish" icon="circle-tick" 82 <my-button className="submit-button orange-button" i18n-label label="Publish" icon="circle-tick"
83 (click)="updateSecondStep()" (keydown.enter)="updateSecondStep()" 83 (click)="updateSecondStep()" (keydown.enter)="updateSecondStep()"
84 [disabled]="isPublishingButtonDisabled()" 84 [disabled]="isPublishingButtonDisabled()"
85 ></my-button> 85 ></my-button>