From 652a77655461b9ae379d437ae667f6a0b97655eb Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 17 Feb 2026 15:19:30 +0000 Subject: ui: add clearer 'Copy response' tooltip label for text parts --- packages/ui/src/components/message-part.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/ui/src/components') diff --git a/packages/ui/src/components/message-part.tsx b/packages/ui/src/components/message-part.tsx index cd0d8c779..2f75c1807 100644 --- a/packages/ui/src/components/message-part.tsx +++ b/packages/ui/src/components/message-part.tsx @@ -991,7 +991,7 @@ PART_MAPPING["text"] = function TextPartDisplay(props) {
@@ -1001,7 +1001,7 @@ PART_MAPPING["text"] = function TextPartDisplay(props) { variant="ghost" onMouseDown={(e) => e.preventDefault()} onClick={handleCopy} - aria-label={copied() ? i18n.t("ui.message.copied") : i18n.t("ui.message.copy")} + aria-label={copied() ? i18n.t("ui.message.copied") : i18n.t("ui.message.copyResponse")} /> -- cgit v1.2.3