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.html4
1 files changed, 4 insertions, 0 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 3480d3656..e2dd44bf7 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
@@ -6,6 +6,10 @@
6 The video is being transcoded, it may not work properly. 6 The video is being transcoded, it may not work properly.
7</div> 7</div>
8 8
9<div i18n class="alert alert-warning" *ngIf="isVideoToMoveToExternalStorage()">
10 The video is being moved to an external server, it may not work properly.
11</div>
12
9<div i18n class="alert alert-info" *ngIf="hasVideoScheduledPublication()"> 13<div i18n class="alert alert-info" *ngIf="hasVideoScheduledPublication()">
10 This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}. 14 This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}.
11</div> 15</div>