diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+videos/+video-edit/shared/video-edit.component.html | 2 |
1 files changed, 1 insertions, 1 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 435c0d1d7..de126bdf7 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 | |||
@@ -147,7 +147,7 @@ | |||
147 | </ng-template> | 147 | </ng-template> |
148 | 148 | ||
149 | <ng-template ptTemplate="help"> | 149 | <ng-template ptTemplate="help"> |
150 | <ng-container i18n>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</ng-container> | 150 | <ng-container i18n>The video may be unplayable during the transcoding process. It's the reason why we prefer to publish publicly the video after transcoding.</ng-container> |
151 | </ng-template> | 151 | </ng-template> |
152 | </my-peertube-checkbox> | 152 | </my-peertube-checkbox> |
153 | 153 | ||