From 997882ed31c9720220e7b26faa6abc69d2fbd1ad Mon Sep 17 00:00:00 2001 From: Ran Mizrachi Date: Sun, 26 Oct 2025 10:57:24 +0200 Subject: [PATCH] Remove event navigation labels from player controls and update localization file --- web/public/locales/en/components/player.json | 4 ---- web/src/components/player/VideoControls.tsx | 2 -- 2 files changed, 6 deletions(-) diff --git a/web/public/locales/en/components/player.json b/web/public/locales/en/components/player.json index 411d9990b..3b50ff5ed 100644 --- a/web/public/locales/en/components/player.json +++ b/web/public/locales/en/components/player.json @@ -6,10 +6,6 @@ "title": "Submit this frame to Frigate+?", "submit": "Submit" }, - "eventNavigation": { - "previous": "Previous Event", - "next": "Next Event" - }, "livePlayerRequiredIOSVersion": "iOS 17.1 or greater is required for this live stream type.", "streamOffline": { "title": "Stream Offline", diff --git a/web/src/components/player/VideoControls.tsx b/web/src/components/player/VideoControls.tsx index 4d2cf49c1..68c5eb014 100644 --- a/web/src/components/player/VideoControls.tsx +++ b/web/src/components/player/VideoControls.tsx @@ -302,7 +302,6 @@ export default function VideoControls({ <> { e.stopPropagation(); onJumpToEvent("previous"); @@ -310,7 +309,6 @@ export default function VideoControls({ /> { e.stopPropagation(); onJumpToEvent("next");