diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx index c8bbea0df..0d7b67fa8 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -299,15 +299,15 @@ export default function LivePlayer({ /> - {!offline && !showStillWithoutActivity && ( + {offline && !showStillWithoutActivity && (

Stream offline

- No frames have been received for the stream on{" "} - {capitalizeFirstLetter(cameraConfig.name)} defined with the{" "} - detect role, check error logs + No frames have been received on the{" "} + {capitalizeFirstLetter(cameraConfig.name)} detect{" "} + stream, check error logs