From 9a037eea0d68721358a7fe9c77bd8ffc93d3af4c Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 13 Sep 2024 06:41:18 -0500 Subject: [PATCH] simplify message --- web/src/components/player/LivePlayer.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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