diff --git a/packages/components/src/components/sharing/session-share-dialog.tsx b/packages/components/src/components/sharing/session-share-dialog.tsx index 3e21d97e4..1f62f7b6c 100644 --- a/packages/components/src/components/sharing/session-share-dialog.tsx +++ b/packages/components/src/components/sharing/session-share-dialog.tsx @@ -60,13 +60,15 @@ export function SessionShareDialogFrame({ 'calc(100dvh - var(--native-keyboard-height, 0px) - 2rem - var(--safe-area-top, 0px) - max(0px, var(--safe-area-bottom, 0px) - var(--native-keyboard-height, 0px)))', }} > - - + {/* The conversation being shared is the subject, so it carries the header: + the action reads as a small label above it, not as the larger line. */} + + {t('sharing.manager.title', 'Share conversation')} - - - {title} + + {title} +
{active ? ( -
+
{t('sharing.static.publicNotice', 'Anyone with the link can view this conversation.')}
) : ( -

+

{t('sharing.static.publicNotice', 'Anyone with the link can view this conversation.')}

)}