]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-watch/shared/information/video-alert.component.html
video: add video stranscoding_failed state
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / information / video-alert.component.html
index 3480d3656de39238c634a746ce7d8e545ff9e1e6..33b5a47a0d23f8c9ff647fbbd97515717fb5375e 100644 (file)
@@ -6,6 +6,10 @@
   The video is being transcoded, it may not work properly.
 </div>
 
+<div i18n class="alert alert-warning" *ngIf="isVideoToMoveToExternalStorage()">
+  The video is being moved to an external server, it may not work properly.
+</div>
+
 <div i18n class="alert alert-info" *ngIf="hasVideoScheduledPublication()">
   This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}.
 </div>
@@ -20,5 +24,5 @@
 
 <div class="alert alert-danger" *ngIf="video?.blacklisted">
   <div class="blocked-label" i18n>This video is blocked.</div>
-  {{ video.blockedReason }}
+  {{ video.blacklistedReason }}
 </div>