diff --git a/web/src/components/player/PreviewPlayer.tsx b/web/src/components/player/PreviewPlayer.tsx index 79098f56af..82b9ca8e70 100644 --- a/web/src/components/player/PreviewPlayer.tsx +++ b/web/src/components/player/PreviewPlayer.tsx @@ -323,7 +323,7 @@ function PreviewVideoPlayer({ {cameraPreviews && !currentPreview && (
- No Preview Found for {camera} + No Preview Found for {camera.replaceAll("_", " ")}
)} {firstLoad && } @@ -536,7 +536,7 @@ function PreviewFramesPlayer({ /> {previewFrames?.length === 0 && (
- No Preview Found for {camera} + No Preview Found for {camera.replaceAll("_", " ")}
)} {firstLoad && }