Add missing i18n tag

pull/6266/head
Chocobozzz 2024-02-26 16:14:44 +01:00
parent 68d006b6fc
commit 878ea1499d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 2 deletions

View File

@ -2,9 +2,11 @@
<!-- We need the video container for videojs so we just hide it --> <!-- We need the video container for videojs so we just hide it -->
<div id="video-wrapper"> <div id="video-wrapper">
<div *ngIf="remoteServerDown" class="remote-server-down"> <div *ngIf="remoteServerDown" class="remote-server-down">
Sorry, but this video did not load because the remote instance did not respond. <ng-container i18n>Sorry, but this video did not load because the remote instance did not respond.</ng-container>
<br /> <br />
Please try refreshing the page, or try again later.
<ng-container i18n>Please try refreshing the page, or try again later.</ng-container>
</div> </div>
<div id="videojs-wrapper"> <div id="videojs-wrapper">