diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-07 17:18:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-08 09:30:31 +0200 |
commit | 541006e355c927a866d58cced016f48e139670d5 (patch) | |
tree | 78a658dfc8cb1e552ee0204c824358d988c49297 /client | |
parent | 3e17515e2996b79e23f569c296051a91af3fcbe4 (diff) | |
download | PeerTube-541006e355c927a866d58cced016f48e139670d5.tar.gz PeerTube-541006e355c927a866d58cced016f48e139670d5.tar.zst PeerTube-541006e355c927a866d58cced016f48e139670d5.zip |
Correct webtorrent download cleanup
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/videos/+video-edit/video-add.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add.component.html b/client/src/app/videos/+video-edit/video-add.component.html index 340820180..4c30ddefc 100644 --- a/client/src/app/videos/+video-edit/video-add.component.html +++ b/client/src/app/videos/+video-edit/video-add.component.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <div class="margin-content"> | 1 | <div class="margin-content"> |
2 | <div class="title-page title-page-single"> | 2 | <div class="title-page title-page-single"> |
3 | <ng-container *ngIf="secondStepType === 'import'" i18n>Import {{ videoName }}</ng-container> | 3 | <ng-container *ngIf="secondStepType === 'import-url' || secondStepType === 'import-torrent'" i18n>Import {{ videoName }}</ng-container> |
4 | <ng-container *ngIf="secondStepType === 'upload'" i18n>Upload {{ videoName }}</ng-container> | 4 | <ng-container *ngIf="secondStepType === 'upload'" i18n>Upload {{ videoName }}</ng-container> |
5 | </div> | 5 | </div> |
6 | 6 | ||