diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-17 18:47:14 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-17 18:47:20 +0100 |
commit | 82479cf13f27a1c59128ea8c0efb9d529c5ab112 (patch) | |
tree | 4e75ed14b15c44a599d0f11ace3e6f8c100e63d9 /client/src/app/shared | |
parent | 52a3f561f5357d076ddc36897d5e1d0fc60a8730 (diff) | |
download | PeerTube-82479cf13f27a1c59128ea8c0efb9d529c5ab112.tar.gz PeerTube-82479cf13f27a1c59128ea8c0efb9d529c5ab112.tar.zst PeerTube-82479cf13f27a1c59128ea8c0efb9d529c5ab112.zip |
add space before type name in download popup title
fixes #3599
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-video-miniature/video-download.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-miniature/video-download.component.html b/client/src/app/shared/shared-video-miniature/video-download.component.html index c65e371ee..45ba555af 100644 --- a/client/src/app/shared/shared-video-miniature/video-download.component.html +++ b/client/src/app/shared/shared-video-miniature/video-download.component.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <h4 class="modal-title"> | 3 | <h4 class="modal-title"> |
4 | <ng-container i18n>Download</ng-container> | 4 | <ng-container i18n>Download</ng-container> |
5 | 5 | ||
6 | <div *ngIf="videoCaptions" ngbDropdown class="d-inline-block"> | 6 | <div *ngIf="videoCaptions" ngbDropdown class="d-inline-block ml-1"> |
7 | <span id="dropdownDownloadType" ngbDropdownToggle> | 7 | <span id="dropdownDownloadType" ngbDropdownToggle> |
8 | {{ type }} | 8 | {{ type }} |
9 | </span> | 9 | </span> |