diff --git a/src/stores/video.ts b/src/stores/video.ts index b4c0b44ce..1f9d5960e 100644 --- a/src/stores/video.ts +++ b/src/stores/video.ts @@ -58,13 +58,13 @@ export const useVideoStore = defineStore('video', () => { if (availableIceIps.value.length >= 1) { Swal.fire({ html: ` -

Cockpit detected more than one IP being used to route the video streaming. This situation often leads to - video stuterring, specially if one of the IPs is from a non-wired connection.

+

Cockpit detected more than one IP address being used to route the video streaming. This often + leads to video stuttering, especially if one of the IPs is from a non-wired connection.


-

To prevent issues and archieve an optimum streaming experience, please:

+

To prevent issues and achieve an optimal streaming experience, please:

    -
  1. 1. Open the configuration of one of your video widgets.
  2. -
  3. 2. Choose the IP that should be used for the video streaming.
  4. +
  5. 1. Open the configuration of one of your video widgets (in Edit Mode).
  6. +
  7. 2. Select the IP address that should be used for the video streaming.
`, icon: 'warning',