diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-18 14:28:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-18 14:30:49 +0200 |
commit | 47830672777112d748e2b816716de5704bba7a73 (patch) | |
tree | c13dbfbfe149c10f3dc0a22637dfa67b2c51de90 /client | |
parent | 941d28cc7f9877aa2cfcee018413e0f04f0a9048 (diff) | |
download | PeerTube-47830672777112d748e2b816716de5704bba7a73.tar.gz PeerTube-47830672777112d748e2b816716de5704bba7a73.tar.zst PeerTube-47830672777112d748e2b816716de5704bba7a73.zip |
Fix live mode descriptions
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+videos/+video-edit/shared/video-edit.component.html | 4 |
1 files changed, 2 insertions, 2 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 515daf15f..44004eb21 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 | |||
@@ -264,7 +264,7 @@ | |||
264 | <label i18n for="permanentLiveFalse" class="radio">This is a normal live</label> | 264 | <label i18n for="permanentLiveFalse" class="radio">This is a normal live</label> |
265 | 265 | ||
266 | <span class="form-group-description" i18n> | 266 | <span class="form-group-description" i18n> |
267 | You can't stream multiple times in a normal live, but you can save a replay of it that will use the same URL | 267 | You can stream only once in a normal live. If you enable replay, it will be saved under the same URL as your live |
268 | </span> | 268 | </span> |
269 | </div> | 269 | </div> |
270 | 270 | ||
@@ -273,7 +273,7 @@ | |||
273 | <label i18n for="permanentLiveTrue" class="radio">This is a permanent/recurring live</label> | 273 | <label i18n for="permanentLiveTrue" class="radio">This is a permanent/recurring live</label> |
274 | 274 | ||
275 | <span class="form-group-description" i18n> | 275 | <span class="form-group-description" i18n> |
276 | You can stream multiple times in a permanent/recurring live. The URL for your viewers won't change but you cannot save replays of your lives | 276 | You can stream multiple times in a permanent/recurring live. If you enable replays, they will be saved as separate videos |
277 | </span> | 277 | </span> |
278 | </div> | 278 | </div> |
279 | </div> | 279 | </div> |