aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-07 16:44:22 +0200
committerChocobozzz <me@florianbigard.com>2018-06-07 16:44:22 +0200
commit09f35e2a6fa71d593c9b22f90109e91fc6be89a1 (patch)
tree1a326b530236a323ca45ab2c37ab336daec76873 /client
parentfbd2ad19b64a07de3baca87cbd2505d1c141f449 (diff)
downloadPeerTube-09f35e2a6fa71d593c9b22f90109e91fc6be89a1.tar.gz
PeerTube-09f35e2a6fa71d593c9b22f90109e91fc6be89a1.tar.zst
PeerTube-09f35e2a6fa71d593c9b22f90109e91fc6be89a1.zip
Add warning regarding transcoding
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html2
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()">