mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix invalid i18n tag
This commit is contained in:
parent
82145c6a31
commit
09cb769bab
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user