Fix invalid i18n tag

This commit is contained in:
Chocobozzz 2024-12-17 13:51:09 +01:00
parent 82145c6a31
commit 09cb769bab
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@
<ng-template ngbNavContent>
<div class="captions">
<my-alert type="primary" *ngIf="displayTranscriptionInfo && isTranscriptionEnabled() && !hasCaptions()" i18n>
A subtitle will be automatically generated from your video.
Subtitles will be automatically generated from your video.
</my-alert>
<div class="form-group" *ngFor="let videoCaption of videoCaptions">

View File

@ -48,7 +48,7 @@
<nav>
<ng-container *ngFor="let menuSection of menuSections" >
<ul class="ul-unstyle" [ngClass]="[ menuSection.key, 'menu-block' ]">
<li i18n>
<li>
<div class="block-title ellipsis" [ngClass]="{ 'visually-hidden': collapsed }">{{ menuSection.title }}</div>
<ul class="ul-unstyle">