aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-upload.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-06 10:05:06 +0200
committerChocobozzz <me@florianbigard.com>2018-08-06 11:19:16 +0200
commit60979b076de00a7c7f6dde26617cd39357d9fc6d (patch)
treeb652fc74c9dafdf9eee210eb79db76e236aa8c83 /client/src/app/videos/+video-edit/video-upload.component.ts
parentb2977eecb8eb5d599df0c6a7ab99a437a6a969c7 (diff)
downloadPeerTube-60979b076de00a7c7f6dde26617cd39357d9fc6d.tar.gz
PeerTube-60979b076de00a7c7f6dde26617cd39357d9fc6d.tar.zst
PeerTube-60979b076de00a7c7f6dde26617cd39357d9fc6d.zip
Fix tests
Diffstat (limited to 'client/src/app/videos/+video-edit/video-upload.component.ts')
-rw-r--r--client/src/app/videos/+video-edit/video-upload.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-upload.component.ts b/client/src/app/videos/+video-edit/video-upload.component.ts
index e6c391d2f..c5e9c1592 100644
--- a/client/src/app/videos/+video-edit/video-upload.component.ts
+++ b/client/src/app/videos/+video-edit/video-upload.component.ts
@@ -100,7 +100,7 @@ export class VideoUploadComponent extends FormReactive implements OnInit, OnDest
100 100
101 if (this.videoUploaded === true) { 101 if (this.videoUploaded === true) {
102 // FIXME: cannot concatenate strings inside i18n service :/ 102 // FIXME: cannot concatenate strings inside i18n service :/
103 text = this.i18n('Your video was uploaded in your account and is private.') + 103 text = this.i18n('Your video was uploaded to your account and is private.') +
104 this.i18n('But associated data (tags, description...) will be lost, are you sure you want to leave this page?') 104 this.i18n('But associated data (tags, description...) will be lost, are you sure you want to leave this page?')
105 } else { 105 } else {
106 text = this.i18n('Your video is not uploaded yet, are you sure you want to leave this page?') 106 text = this.i18n('Your video is not uploaded yet, are you sure you want to leave this page?')