diff options
author | test2a <39449563+test2a@users.noreply.github.com> | 2020-08-17 18:37:52 +0530 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-19 11:41:13 +0200 |
commit | ce4e63c181973635a19029f7e792b5d202a22cfd (patch) | |
tree | 9a8174ab7bc594ccaa29e195778eac750ae0c0c6 /client/src/app | |
parent | 1c840ca482797b58f0ec1755f17a070a5e9467b8 (diff) | |
download | PeerTube-ce4e63c181973635a19029f7e792b5d202a22cfd.tar.gz PeerTube-ce4e63c181973635a19029f7e792b5d202a22cfd.tar.zst PeerTube-ce4e63c181973635a19029f7e792b5d202a22cfd.zip |
Update video-import-url.component.html
changed wording of raw mp4 file to media file as we can import variety of formats both audio and video
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html index 9b5cc3361..2107dc9d0 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html +++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html | |||
@@ -9,7 +9,7 @@ | |||
9 | <ng-template ptTemplate="customHtml"> | 9 | <ng-template ptTemplate="customHtml"> |
10 | <ng-container i18n> | 10 | <ng-container i18n> |
11 | You can import any URL <a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'>supported by youtube-dl</a> | 11 | You can import any URL <a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'>supported by youtube-dl</a> |
12 | or URL that points to a raw MP4 file. | 12 | or URL that points to a media file. |
13 | 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. | 13 | 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. |
14 | </ng-container> | 14 | </ng-container> |
15 | </ng-template> | 15 | </ng-template> |