diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-21 11:16:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-07-21 11:16:28 +0200 |
commit | 2291a412d25bd139398ca9e7a5131d0c1e4ffd7d (patch) | |
tree | 0bd9d8b135e43ed681f6949040ec2cf698080549 /client/src/app | |
parent | d28d13581fe8cb4c72ee7c2ef43cb1196fd8b5fa (diff) | |
parent | 97aaeadad537cc6b19f508f074c3fba01ed1e93b (diff) | |
download | PeerTube-2291a412d25bd139398ca9e7a5131d0c1e4ffd7d.tar.gz PeerTube-2291a412d25bd139398ca9e7a5131d0c1e4ffd7d.tar.zst PeerTube-2291a412d25bd139398ca9e7a5131d0c1e4ffd7d.zip |
Merge branch 'release/2.3.0' into develop
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html | 2 |
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> |