Fix paused upload message

pull/4107/head
Chocobozzz 2021-05-11 08:41:26 +02:00
parent 2c4876f215
commit 71fb8b5a34
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
break break
case 'paused': case 'paused':
this.notifier.info($localize`Upload cancelled`) this.notifier.info($localize`Upload on hold`)
break break
case 'complete': case 'complete':