1
0
Fork 0

Fix paused upload message

This commit is contained in:
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
case 'paused':
this.notifier.info($localize`Upload cancelled`)
this.notifier.info($localize`Upload on hold`)
break
case 'complete':