diff options
-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> |