From d4722eb11d191bd00685471c5b630414ab1f011c Mon Sep 17 00:00:00 2001 From: Andrew Maguire Date: Wed, 27 May 2026 08:47:05 +0100 Subject: [PATCH] Clarify Discuss button tooltip in inbox reports User feedback was that "Discuss" sounded like it would start a conversation with colleagues. Updated the tooltip to make it clear the action opens a task with the agent. Generated-By: PostHog Code Task-Id: 94263ea4-5b8a-4a1a-aff9-a905dd393af2 --- .../features/inbox/components/detail/ReportDetailPane.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/code/src/renderer/features/inbox/components/detail/ReportDetailPane.tsx b/apps/code/src/renderer/features/inbox/components/detail/ReportDetailPane.tsx index 39eeb2270..311799725 100644 --- a/apps/code/src/renderer/features/inbox/components/detail/ReportDetailPane.tsx +++ b/apps/code/src/renderer/features/inbox/components/detail/ReportDetailPane.tsx @@ -515,7 +515,7 @@ export function ReportDetailPane({ size="1" variant="soft" className="gap-1 rounded-r-none text-[12px]" - tooltipContent="Open a chat session about this report" + tooltipContent="Discuss this report in a task with your agent" disabled={isDiscussing} onClick={() => handleDiscussReport()} >