mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix paused upload message
This commit is contained in:
parent
2c4876f215
commit
71fb8b5a34
@ -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 New Issue
Block a user