aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-03 10:39:43 +0100
committerChocobozzz <me@florianbigard.com>2020-12-03 10:39:43 +0100
commit5bfc33b6f1caa50c607bd7334b4a72003c2bd1a6 (patch)
tree3a07fdf355b026015f5b35eea5023e630aaf5610 /client
parentd4132d3f56b392a2e4e632db59e6644e4851228e (diff)
downloadPeerTube-5bfc33b6f1caa50c607bd7334b4a72003c2bd1a6.tar.gz
PeerTube-5bfc33b6f1caa50c607bd7334b4a72003c2bd1a6.tar.zst
PeerTube-5bfc33b6f1caa50c607bd7334b4a72003c2bd1a6.zip
Fix lint
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts2
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 fdd0a56e5..bee3679f7 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
@@ -87,7 +87,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
87 let text = '' 87 let text = ''
88 88
89 if (this.videoUploaded === true) { 89 if (this.videoUploaded === true) {
90 // FIXME: cannot concatenate strings inside i18n service :/ 90 // FIXME: cannot concatenate strings using $localize
91 text = $localize`Your video was uploaded to your account and is private.` + ' ' + 91 text = $localize`Your video was uploaded to your account and is private.` + ' ' +
92 $localize`But associated data (tags, description...) will be lost, are you sure you want to leave this page?` 92 $localize`But associated data (tags, description...) will be lost, are you sure you want to leave this page?`
93 } else { 93 } else {