1
0
Fork 0

Add missing i18n tag

This commit is contained in:
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

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;">