aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-15 14:43:33 +0200
committerChocobozzz <me@florianbigard.com>2022-06-15 14:43:33 +0200
commitb13a0a48bacb53e65e665774e621326452045294 (patch)
tree126ea19d040fe3c1c1853ef32a995912c16b7b61 /client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html
parent04c2dcfc6b78c7e8714597f9d5370b6b2c87dece (diff)
downloadPeerTube-b13a0a48bacb53e65e665774e621326452045294.tar.gz
PeerTube-b13a0a48bacb53e65e665774e621326452045294.tar.zst
PeerTube-b13a0a48bacb53e65e665774e621326452045294.zip
Move alert into to pt-alert-primary
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html2
1 files changed, 1 insertions, 1 deletions
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