Fix live mode descriptions
This commit is contained in:
parent
941d28cc7f
commit
4783067277
1 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@
|
|||
<label i18n for="permanentLiveFalse" class="radio">This is a normal live</label>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
@ -273,7 +273,7 @@
|
|||
<label i18n for="permanentLiveTrue" class="radio">This is a permanent/recurring live</label>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue