diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts index 725120d16..d81f577b2 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts +++ b/client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts @@ -154,7 +154,7 @@ export class VideoGoLiveComponent extends VideoSend implements OnInit, AfterView getNormalLiveDescription () { if (this.isReplayAllowed()) { - return $localize`Stream only once and save a replay of your live` + return $localize`Stream only once, replay will replace your live` } return $localize`Stream only once` @@ -162,7 +162,7 @@ export class VideoGoLiveComponent extends VideoSend implements OnInit, AfterView getPermanentLiveDescription () { if (this.isReplayAllowed()) { - return $localize`Stream multiple times, replays can't be saved` + return $localize`Stream multiple times, replays will be separate videos` } return $localize`Stream multiple times using the same URL` diff --git a/client/src/app/shared/shared-video-live/live-stream-information.component.html b/client/src/app/shared/shared-video-live/live-stream-information.component.html index 35e894a55..01e305938 100644 --- a/client/src/app/shared/shared-video-live/live-stream-information.component.html +++ b/client/src/app/shared/shared-video-live/live-stream-information.component.html @@ -31,6 +31,19 @@