diff options
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
121 | let text = '' | 121 | let text = '' |
122 | 122 | ||
123 | if (this.videoUploaded === true) { | 123 | if (this.videoUploaded === true) { |
124 | // FIXME: cannot concatenate strings using $localize | 124 | // We can't concatenate strings using $localize |
125 | text = $localize`Your video was uploaded to your account and is private.` + ' ' + | 125 | text = $localize`Your video was uploaded to your account and is private.` + ' ' + |
126 | $localize`But associated data (tags, description...) will be lost, are you sure you want to leave this page?` | 126 | $localize`But associated data (tags, description...) will be lost, are you sure you want to leave this page?` |
127 | } else { | 127 | } else { |