mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-21 08:24:24 -06:00
Rewording "waiting for live" message
It's confusing, especially for permanent lives
This commit is contained in:
parent
06934fee4e
commit
853f311684
@ -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()">
|
||||||
|
@ -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) {
|
||||||
|
@ -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}',
|
||||||
|
Loading…
Reference in New Issue
Block a user