diff --git a/web/src/components/overlay/ShareTimestampDialog.tsx b/web/src/components/overlay/ShareTimestampDialog.tsx
index c92a3aed3..bcbb2ee15 100644
--- a/web/src/components/overlay/ShareTimestampDialog.tsx
+++ b/web/src/components/overlay/ShareTimestampDialog.tsx
@@ -2,6 +2,7 @@ import { Button } from "@/components/ui/button";
import {
Dialog,
DialogContent,
+ DialogDescription,
DialogHeader,
DialogTitle,
} from "@/components/ui/dialog";
@@ -88,6 +89,11 @@ export default function ShareTimestampDialog({
{t("recording.shareTimestamp.title", { ns: "components/dialog" })}
+
+ {t("recording.shareTimestamp.description", {
+ ns: "components/dialog",
+ })}
+
{content}