diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-12 10:20:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-12 10:20:09 +0200 |
commit | 0582b4f972a72c2297676faf1e574f817a5712f9 (patch) | |
tree | 4ffb740e8aff76407e1355609e8f319d9e4dc7ae /client/src/app | |
parent | 437f277afd561f7dc2d3936cdf1490b97bb351e2 (diff) | |
download | PeerTube-0582b4f972a72c2297676faf1e574f817a5712f9.tar.gz PeerTube-0582b4f972a72c2297676faf1e574f817a5712f9.tar.zst PeerTube-0582b4f972a72c2297676faf1e574f817a5712f9.zip |
Improve wait transcoding help
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 | ||