]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Update video-import-url.component.html
authortest2a <39449563+test2a@users.noreply.github.com>
Mon, 17 Aug 2020 13:07:52 +0000 (18:37 +0530)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 19 Aug 2020 09:41:13 +0000 (11:41 +0200)
changed wording of raw mp4 file to media file as we can import variety of formats both audio and video

client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html

index 9b5cc3361a731314ef83259a749f28a08e97c7ed..2107dc9d0c6abfbe60720a588165aaa6927d2da2 100644 (file)
@@ -9,7 +9,7 @@
         <ng-template ptTemplate="customHtml">
           <ng-container i18n>
             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>
-            or URL that points to a raw MP4 file.
+            or URL that points to a media file.
             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.
           </ng-container>
         </ng-template>