diff options
-rw-r--r-- | client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html | 5 |
1 files changed, 4 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 779d42e0c..7b6bd993c 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 | |||
@@ -66,7 +66,10 @@ | |||
66 | <span *ngIf="videoUploadPercents !== 100 || videoUploaded">{{ videoUploadPercents }}%</span> | 66 | <span *ngIf="videoUploadPercents !== 100 || videoUploaded">{{ videoUploadPercents }}%</span> |
67 | </div> | 67 | </div> |
68 | </div> | 68 | </div> |
69 | <input *ngIf="videoUploaded === false" type="button" i18n-value="Cancel ongoing upload of a video" value="Cancel" (click)="cancelUpload()" /> | 69 | <input |
70 | *ngIf="videoUploaded === false" | ||
71 | type="button" class="peertube-button grey-button ms-1" i18n-value="Cancel ongoing upload of a video" value="Cancel" (click)="cancelUpload()" | ||
72 | /> | ||
70 | </div> | 73 | </div> |
71 | 74 | ||
72 | <div *ngIf="error && enableRetryAfterError" class="upload-progress-retry"> | 75 | <div *ngIf="error && enableRetryAfterError" class="upload-progress-retry"> |