Fix lint
This commit is contained in:
parent
d4132d3f56
commit
5bfc33b6f1
|
@ -87,7 +87,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
|
|||
let text = ''
|
||||
|
||||
if (this.videoUploaded === true) {
|
||||
// FIXME: cannot concatenate strings inside i18n service :/
|
||||
// FIXME: cannot 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 {
|
||||
|
|
Loading…
Reference in New Issue