diff options
author | test2a <39449563+test2a@users.noreply.github.com> | 2020-08-17 18:37:21 +0530 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-19 11:41:13 +0200 |
commit | 1c840ca482797b58f0ec1755f17a070a5e9467b8 (patch) | |
tree | 10faefbda67cb15a64f3d91255eb5a7610294d83 /client/src/app/+videos | |
parent | 2d0d756e855e65e7235a86067b7e695b4ce6fc0f (diff) | |
download | PeerTube-1c840ca482797b58f0ec1755f17a070a5e9467b8.tar.gz PeerTube-1c840ca482797b58f0ec1755f17a070a5e9467b8.tar.zst PeerTube-1c840ca482797b58f0ec1755f17a070a5e9467b8.zip |
Update video-import-torrent.component.html
changed wording of mp4 file to media file as we can import variety of formats both audio and video
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html index 8db37a293..825cb6df4 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html +++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html | |||
@@ -14,7 +14,7 @@ | |||
14 | <my-help> | 14 | <my-help> |
15 | <ng-template ptTemplate="customHtml"> | 15 | <ng-template ptTemplate="customHtml"> |
16 | <ng-container i18n> | 16 | <ng-container i18n> |
17 | You can import any torrent file that points to a mp4 file. | 17 | You can import any torrent file that points to a media file. |
18 | You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. | 18 | You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. |
19 | </ng-container> | 19 | </ng-container> |
20 | </ng-template> | 20 | </ng-template> |