From 60dd77c6922fced1945635a16ac7ecf1df43a839 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 22 Oct 2021 16:05:57 +0200 Subject: Cleanup video playlist element miniature code --- .../+videos/+video-edit/video-add-components/video-upload.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+videos') diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts index 5fc8b21fb..6f72a07c4 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts +++ b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts @@ -121,7 +121,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy let text = '' if (this.videoUploaded === true) { - // FIXME: cannot concatenate strings using $localize + // We can't concatenate strings using $localize text = $localize`Your video was uploaded to your account and is private.` + ' ' + $localize`But associated data (tags, description...) will be lost, are you sure you want to leave this page?` } else { -- cgit v1.2.3