Add missing i18n tag
This commit is contained in:
parent
68d006b6fc
commit
878ea1499d
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue