From bbb753761f88e9d2e474231bf06ace00c78b1f98 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:44:03 -0800 Subject: [PATCH] Copy --- webview-ui/src/components/chat/ChatRow.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index 200b75a93d..fdc53de453 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -276,7 +276,9 @@ export const ChatRowContent = ({
{toolIcon("edit")} - {message.type === "ask" ? "Cline wants to edit this file:" : "Cline edited this file:"} + {message.type === "ask" + ? "Cline wants to edit this file:" + : "Cline is editing this file:"}
{message.type === "ask" ? "Cline wants to create a new file:" - : "Cline created a new file:"} + : "Cline is creating a new file:"}