aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-07 17:18:35 +0200
committerChocobozzz <me@florianbigard.com>2018-08-08 09:30:31 +0200
commit541006e355c927a866d58cced016f48e139670d5 (patch)
tree78a658dfc8cb1e552ee0204c824358d988c49297 /client/src/app/videos/+video-edit/video-add.component.html
parent3e17515e2996b79e23f569c296051a91af3fcbe4 (diff)
downloadPeerTube-541006e355c927a866d58cced016f48e139670d5.tar.gz
PeerTube-541006e355c927a866d58cced016f48e139670d5.tar.zst
PeerTube-541006e355c927a866d58cced016f48e139670d5.zip
Correct webtorrent download cleanup
Diffstat (limited to 'client/src/app/videos/+video-edit/video-add.component.html')
-rw-r--r--client/src/app/videos/+video-edit/video-add.component.html2
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