diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-07 16:44:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-07 16:44:22 +0200 |
commit | 09f35e2a6fa71d593c9b22f90109e91fc6be89a1 (patch) | |
tree | 1a326b530236a323ca45ab2c37ab336daec76873 /client/src | |
parent | fbd2ad19b64a07de3baca87cbd2505d1c141f449 (diff) | |
download | PeerTube-09f35e2a6fa71d593c9b22f90109e91fc6be89a1.tar.gz PeerTube-09f35e2a6fa71d593c9b22f90109e91fc6be89a1.tar.zst PeerTube-09f35e2a6fa71d593c9b22f90109e91fc6be89a1.zip |
Add warning regarding transcoding
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | 2 |
1 files changed, 2 insertions, 0 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 7f0323601..d694b222d 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 | |||
@@ -176,6 +176,8 @@ Check this checkbox, save the configuration and test with a video URL of your in | |||
176 | 176 | ||
177 | <label for="transcodingEnabled"></label> | 177 | <label for="transcodingEnabled"></label> |
178 | <label i18n for="transcodingEnabled">Transcoding enabled</label> | 178 | <label i18n for="transcodingEnabled">Transcoding enabled</label> |
179 | |||
180 | <my-help helpType="custom" i18n-customHtml customHtml="If you disable transcoding, many videos from your users will not work!"></my-help> | ||
179 | </div> | 181 | </div> |
180 | 182 | ||
181 | <ng-template [ngIf]="isTranscodingEnabled()"> | 183 | <ng-template [ngIf]="isTranscodingEnabled()"> |