Add missing i18n tag

pull/6788/head
Chocobozzz 2024-12-20 09:31:20 +01:00
parent a4b90551a3
commit 91606c0e2d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@
>
<ng-container *ngIf="highlightedLives.length !== 0">
<h2 class="date-title">
<my-global-icon class="pt-icon me-1 top--1px" iconName="live"></my-global-icon> Current lives
<my-global-icon class="pt-icon me-1 top--1px" iconName="live"></my-global-icon>
<ng-container i18n>Current lives</ng-container>
</h2>
<ng-container *ngFor="let live of highlightedLives; trackBy: videoById;">