diff options
Diffstat (limited to 'client/src/app/videos')
-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> |