From 39e68a3254242bd410ffc20b7f74b442a07b390f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 3 May 2022 15:11:29 +0200 Subject: Add session informations in live modal --- .../+video-edit/video-add-components/video-go-live.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/+videos/+video-edit') 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` -- cgit v1.2.3