]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-live/live-stream-information.component.html
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-live / live-stream-information.component.html
index 8e61bdbb30d07ee708d781a6225af32d01221d1f..e385b429cc837cae75826cd9c11f6dd52aa39a78 100644 (file)
@@ -33,7 +33,7 @@
     </div>
 
     <div class="journal" *ngIf="latestLiveSessions.length !== 0">
-      <label i18n>Latest live sessions</label>
+      <div class="mb-2 fw-bold" i18n>Latest live sessions</div>
 
       <div class="journal-session" *ngFor="let session of latestLiveSessions">
         <span i18n class="pt-badge badge-success" *ngIf="!getErrorLabel(session)">Success</span>