aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add-components')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html2
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html2
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html2
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html
index ecec6045b..f537b939f 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html
@@ -44,7 +44,7 @@
44 {{ error }} 44 {{ error }}
45</div> 45</div>
46 46
47<div class="alert alert-info" i18n *ngIf="isInUpdateForm && getMaxLiveDuration() >= 0"> 47<div class="alert pt-alert-primary" i18n *ngIf="isInUpdateForm && getMaxLiveDuration() >= 0">
48 Max live duration is {{ getMaxLiveDuration() | myDurationFormatter }}. 48 Max live duration is {{ getMaxLiveDuration() | myDurationFormatter }}.
49 If your live reaches this limit, it will be automatically terminated. 49 If your live reaches this limit, it will be automatically terminated.
50</div> 50</div>
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html
index 14a7a287a..aa34d644a 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html
@@ -52,7 +52,7 @@
52 {{ error }} 52 {{ error }}
53</div> 53</div>
54 54
55<div *ngIf="hasImportedVideo && !error" class="alert alert-info" i18n> 55<div *ngIf="hasImportedVideo && !error" class="alert pt-alert-primary" i18n>
56 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 56 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
57</div> 57</div>
58 58
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html
index 60a43c870..67e1cb418 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html
@@ -45,7 +45,7 @@
45 {{ error }} 45 {{ error }}
46</div> 46</div>
47 47
48<div *ngIf="!error && hasImportedVideo" class="alert alert-info" i18n> 48<div *ngIf="!error && hasImportedVideo" class="alert pt-alert-primary" i18n>
49 Congratulations, the video behind {{ targetUrl }} will be imported! You can already add information about this video. 49 Congratulations, the video behind {{ targetUrl }} will be imported! You can already add information about this video.
50</div> 50</div>
51 51
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 860fb76fa..728884986 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
@@ -87,7 +87,7 @@
87 {{ error }} 87 {{ error }}
88</div> 88</div>
89 89
90<div *ngIf="videoUploaded && !error" class="alert alert-info" i18n> 90<div *ngIf="videoUploaded && !error" class="alert pt-alert-primary" i18n>
91 Congratulations! Your video is now available in your private library. 91 Congratulations! Your video is now available in your private library.
92</div> 92</div>
93 93