diff --git a/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html b/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html
index 902cb2956..8856ca328 100644
--- a/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html
+++ b/client/src/app/+videos/+video-watch/shared/information/video-alert.component.html
@@ -3,7 +3,7 @@
- This live has not started yet.
+ TThis live is not currently streaming.
diff --git a/client/src/standalone/videos/shared/live-manager.ts b/client/src/standalone/videos/shared/live-manager.ts
index a3db30e94..e548205d6 100644
--- a/client/src/standalone/videos/shared/live-manager.ts
+++ b/client/src/standalone/videos/shared/live-manager.ts
@@ -83,7 +83,7 @@ export class LiveManager {
}
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) {
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts
index 143763b54..cc5b513a7 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -63,7 +63,7 @@ const playerKeys = {
' off': ' off',
'Player mode': 'Player mode',
'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.',
'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}',