mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Copy
This commit is contained in:
parent
129bd124dd
commit
bbb753761f
1 changed files with 4 additions and 2 deletions
|
|
@ -276,7 +276,9 @@ export const ChatRowContent = ({
|
|||
<div style={headerStyle}>
|
||||
{toolIcon("edit")}
|
||||
<span style={{ fontWeight: "bold" }}>
|
||||
{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:"}
|
||||
</span>
|
||||
</div>
|
||||
<CodeAccordian
|
||||
|
|
@ -296,7 +298,7 @@ export const ChatRowContent = ({
|
|||
<span style={{ fontWeight: "bold" }}>
|
||||
{message.type === "ask"
|
||||
? "Cline wants to create a new file:"
|
||||
: "Cline created a new file:"}
|
||||
: "Cline is creating a new file:"}
|
||||
</span>
|
||||
</div>
|
||||
<CodeAccordian
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue