diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-10-15 18:53:06 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-10-15 18:53:06 +0200 |
commit | 6ca76832fde247a33cb2ee94208f492801d1791a (patch) | |
tree | 624e2b6f79797439f0567896b4ba870cdcde3ad8 | |
parent | 98d9ada261907cb5f378a5c313b61fa9be07761d (diff) | |
download | PeerTube-6ca76832fde247a33cb2ee94208f492801d1791a.tar.gz PeerTube-6ca76832fde247a33cb2ee94208f492801d1791a.tar.zst PeerTube-6ca76832fde247a33cb2ee94208f492801d1791a.zip |
improve description of the HTTP video import feature
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html index e2cbd35ca..dfbbfbb29 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | |||
@@ -112,7 +112,7 @@ | |||
112 | 112 | ||
113 | <my-peertube-checkbox | 113 | <my-peertube-checkbox |
114 | inputName="importVideosHttpEnabled" formControlName="importVideosHttpEnabled" | 114 | inputName="importVideosHttpEnabled" formControlName="importVideosHttpEnabled" |
115 | i18n-labelText labelText="Video import with HTTP enabled" | 115 | i18n-labelText labelText="Video import with HTTP URL (i.e. YouTube) enabled" |
116 | ></my-peertube-checkbox> | 116 | ></my-peertube-checkbox> |
117 | 117 | ||
118 | <my-peertube-checkbox | 118 | <my-peertube-checkbox |