From b1a4609676b499c202a4111875a65c7c09ca4ff9 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 3 May 2024 08:03:12 -0600 Subject: [PATCH] Update message --- web/src/components/player/HlsVideoPlayer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/player/HlsVideoPlayer.tsx b/web/src/components/player/HlsVideoPlayer.tsx index 879506936..0ea37fda5 100644 --- a/web/src/components/player/HlsVideoPlayer.tsx +++ b/web/src/components/player/HlsVideoPlayer.tsx @@ -186,11 +186,11 @@ export default function HlsVideoPlayer({ const resp = await onUploadFrame(videoRef.current.currentTime); if (resp && resp.status == 200) { - toast.success("Successfully submitted frame to Frigate Plus", { + toast.success("Successfully submitted frame to Frigate+", { position: "top-center", }); } else { - toast.success("Failed to submit frame to Frigate Plus", { + toast.success("Failed to submit frame to Frigate+", { position: "top-center", }); }