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 @@
                 <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>