diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-29 16:41:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-29 16:41:25 +0200 |
commit | 8e8eb2614b4e6be90ea5cf2f7347f1eb40f28932 (patch) | |
tree | 1c65b3a1385a9d2e732a66af380578b7f40caf58 /client/src/app/videos/+video-edit | |
parent | 34dd7cb4ca4807e61a8c1d584b047c2cb383fe5a (diff) | |
download | PeerTube-8e8eb2614b4e6be90ea5cf2f7347f1eb40f28932.tar.gz PeerTube-8e8eb2614b4e6be90ea5cf2f7347f1eb40f28932.tar.zst PeerTube-8e8eb2614b4e6be90ea5cf2f7347f1eb40f28932.zip |
Fix help transcoding placement
Diffstat (limited to 'client/src/app/videos/+video-edit')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.component.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.html b/client/src/app/videos/+video-edit/shared/video-edit.component.html index 28572d611..217cadc66 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.html +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.html | |||
@@ -118,6 +118,7 @@ | |||
118 | inputName="nsfw" formControlName="nsfw" | 118 | inputName="nsfw" formControlName="nsfw" |
119 | i18n-labelText labelText="This video contains mature or explicit content" | 119 | i18n-labelText labelText="This video contains mature or explicit content" |
120 | i18n-helpHtml helpHtml="Some instances do not list videos containing mature or explicit content by default." | 120 | i18n-helpHtml helpHtml="Some instances do not list videos containing mature or explicit content by default." |
121 | helpPlacement="bottom-right" | ||
121 | ></my-peertube-checkbox> | 122 | ></my-peertube-checkbox> |
122 | 123 | ||
123 | <my-peertube-checkbox | 124 | <my-peertube-checkbox |
@@ -125,6 +126,7 @@ | |||
125 | inputName="waitTranscoding" formControlName="waitTranscoding" | 126 | inputName="waitTranscoding" formControlName="waitTranscoding" |
126 | i18n-labelText labelText="Wait transcoding before publishing the video" | 127 | i18n-labelText labelText="Wait transcoding before publishing the video" |
127 | i18n-helpHtml helpHtml="If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends." | 128 | i18n-helpHtml helpHtml="If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends." |
129 | helpPlacement="bottom-right" | ||
128 | ></my-peertube-checkbox> | 130 | ></my-peertube-checkbox> |
129 | 131 | ||
130 | </div> | 132 | </div> |