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");