diff --git a/web/public/locales/en/components/dialog.json b/web/public/locales/en/components/dialog.json index 473e401da..0231cfe41 100644 --- a/web/public/locales/en/components/dialog.json +++ b/web/public/locales/en/components/dialog.json @@ -103,9 +103,7 @@ "label": "Share Timestamp", "title": "Share Timestamp", "description": "Share a timestamped URL of current player position or choose a custom timestamp. Note that this is not a public share URL and is only accessible to users with access to Frigate and this camera.", - "current": "Current Player Timestamp", "custom": "Custom Timestamp", - "customDescription": "Pick a specific point in time to share.", "button": "Share Timestamp URL", "shareTitle": "Frigate Review Timestamp: {{camera}}" }, diff --git a/web/src/components/overlay/ShareTimestampDialog.tsx b/web/src/components/overlay/ShareTimestampDialog.tsx index 9911bca5c..a49d96ade 100644 --- a/web/src/components/overlay/ShareTimestampDialog.tsx +++ b/web/src/components/overlay/ShareTimestampDialog.tsx @@ -150,47 +150,47 @@ export function ShareTimestampContent({ setSelectedOption(value as "current" | "custom") } > -