Fix live mode descriptions

pull/5004/head
Chocobozzz 2022-05-18 14:28:46 +02:00
parent 941d28cc7f
commit 4783067277
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@
<label i18n for="permanentLiveFalse" class="radio">This is a normal live</label> <label i18n for="permanentLiveFalse" class="radio">This is a normal live</label>
<span class="form-group-description" i18n> <span class="form-group-description" i18n>
You can't stream multiple times in a normal live, but you can save a replay of it that will use the same URL You can stream only once in a normal live. If you enable replay, it will be saved under the same URL as your live
</span> </span>
</div> </div>
@ -273,7 +273,7 @@
<label i18n for="permanentLiveTrue" class="radio">This is a permanent/recurring live</label> <label i18n for="permanentLiveTrue" class="radio">This is a permanent/recurring live</label>
<span class="form-group-description" i18n> <span class="form-group-description" i18n>
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 You can stream multiple times in a permanent/recurring live. If you enable replays, they will be saved as separate videos
</span> </span>
</div> </div>
</div> </div>