Fix paused upload message
This commit is contained in:
parent
2c4876f215
commit
71fb8b5a34
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
|
|||
break
|
||||
|
||||
case 'paused':
|
||||
this.notifier.info($localize`Upload cancelled`)
|
||||
this.notifier.info($localize`Upload on hold`)
|
||||
break
|
||||
|
||||
case 'complete':
|
||||
|
|
Loading…
Reference in a new issue