aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/shared/information/video-alert.component.html')
-rw-r--r--client/src/app/+videos/+video-watch/shared/information/video-alert.component.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html b/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html
index be726c990..79b83811d 100644
--- a/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html
+++ b/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html
@@ -22,15 +22,15 @@
22 The video is being moved to an external server, it may not work properly. 22 The video is being moved to an external server, it may not work properly.
23</div> 23</div>
24 24
25<div i18n class="alert alert-info" *ngIf="hasVideoScheduledPublication()"> 25<div i18n class="alert pt-alert-primary" *ngIf="hasVideoScheduledPublication()">
26 This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}. 26 This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}.
27</div> 27</div>
28 28
29<div i18n class="alert alert-info" *ngIf="isWaitingForLive()"> 29<div i18n class="alert pt-alert-primary" *ngIf="isWaitingForLive()">
30 This live has not started yet. 30 This live has not started yet.
31</div> 31</div>
32 32
33<div i18n class="alert alert-info" *ngIf="isLiveEnded()"> 33<div i18n class="alert pt-alert-primary" *ngIf="isLiveEnded()">
34 This live has ended. 34 This live has ended.
35</div> 35</div>
36 36