Rewording "waiting for live" message

It's confusing, especially for permanent lives
This commit is contained in:
Chocobozzz 2024-09-05 15:17:32 +02:00
parent 06934fee4e
commit 853f311684
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
</div> </div>
<div i18n class="alert pt-alert-primary" *ngIf="isWaitingForLive()"> <div i18n class="alert pt-alert-primary" *ngIf="isWaitingForLive()">
This live has not started yet. TThis live is not currently streaming.
</div> </div>
<div i18n class="alert pt-alert-primary" *ngIf="isLiveEnded()"> <div i18n class="alert pt-alert-primary" *ngIf="isLiveEnded()">

View File

@ -83,7 +83,7 @@ export class LiveManager {
} }
private displayWaitingForLiveInfo (translations: Translations) { private displayWaitingForLiveInfo (translations: Translations) {
this.playerHTML.displayInformation('This live has not started yet.', translations) this.playerHTML.displayInformation('This live is not currently streaming.', translations)
} }
private displayEndedLiveInfo (translations: Translations) { private displayEndedLiveInfo (translations: Translations) {

View File

@ -63,7 +63,7 @@ const playerKeys = {
' off': ' off', ' off': ' off',
'Player mode': 'Player mode', 'Player mode': 'Player mode',
'Play in loop': 'Play in loop', 'Play in loop': 'Play in loop',
'This live has not started yet.': 'This live has not started yet.', 'This live is not currently streaming.': 'This live is not currently streaming.',
'This live has ended.': 'This live has ended.', 'This live has ended.': 'This live has ended.',
'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.', 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.',
'{1} / {2} dropped of {3}': '{1} / {2} dropped of {3}', '{1} / {2} dropped of {3}': '{1} / {2} dropped of {3}',