diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-11 08:41:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-11 08:42:13 +0200 |
commit | 71fb8b5a344a91ecf9ecc98b6acebeb96d41b834 (patch) | |
tree | d28b6ea3ab6155b42060a0b61ef4baf30a451de6 /client | |
parent | 2c4876f215884c0ada750245138d74460f8e4e2f (diff) | |
download | PeerTube-71fb8b5a344a91ecf9ecc98b6acebeb96d41b834.tar.gz PeerTube-71fb8b5a344a91ecf9ecc98b6acebeb96d41b834.tar.zst PeerTube-71fb8b5a344a91ecf9ecc98b6acebeb96d41b834.zip |
Fix paused upload message
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts index 2d3fc3578..bca1b6eb6 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts +++ b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts | |||
@@ -122,7 +122,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy | |||
122 | break | 122 | break |
123 | 123 | ||
124 | case 'paused': | 124 | case 'paused': |
125 | this.notifier.info($localize`Upload cancelled`) | 125 | this.notifier.info($localize`Upload on hold`) |
126 | break | 126 | break |
127 | 127 | ||
128 | case 'complete': | 128 | case 'complete': |