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:"}