diff options
Diffstat (limited to 'client/src/app/shared/shared-video-live')
-rw-r--r-- | client/src/app/shared/shared-video-live/live-stream-information.component.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/client/src/app/shared/shared-video-live/live-stream-information.component.html b/client/src/app/shared/shared-video-live/live-stream-information.component.html index 57920239d..d6ee67ba9 100644 --- a/client/src/app/shared/shared-video-live/live-stream-information.component.html +++ b/client/src/app/shared/shared-video-live/live-stream-information.component.html | |||
@@ -30,10 +30,7 @@ | |||
30 | 30 | ||
31 | <div class="modal-footer"> | 31 | <div class="modal-footer"> |
32 | <div class="form-group inputs"> | 32 | <div class="form-group inputs"> |
33 | <input | 33 | <input type="button" role="button" i18n-value value="Close" class="peertube-button grey-button" (click)="dismiss()" /> |
34 | type="button" role="button" i18n-value value="Close" class="action-button action-button-cancel" | ||
35 | (click)="dismiss()" | ||
36 | > | ||
37 | 34 | ||
38 | <my-edit-button | 35 | <my-edit-button |
39 | i18n-label label="Update live settings" | 36 | i18n-label label="Update live settings" |