diff --git a/web/public/locales/en/components/dialog.json b/web/public/locales/en/components/dialog.json index a008e6386..473e401da 100644 --- a/web/public/locales/en/components/dialog.json +++ b/web/public/locales/en/components/dialog.json @@ -101,7 +101,7 @@ "recording": { "shareTimestamp": { "label": "Share Timestamp", - "title": "Share Review 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", diff --git a/web/src/components/overlay/ShareTimestampDialog.tsx b/web/src/components/overlay/ShareTimestampDialog.tsx index 37b8a17ba..44bbc141b 100644 --- a/web/src/components/overlay/ShareTimestampDialog.tsx +++ b/web/src/components/overlay/ShareTimestampDialog.tsx @@ -84,7 +84,7 @@ export default function ShareTimestampDialog({ - + {t("recording.shareTimestamp.title", { ns: "components/dialog" })}