Skip to content

Commit c63d9a1

Browse files
pashpashpashCline Evaluation
andauthored
Fix text to say "drop" instead of "drag" (RooCodeInc#3221)
* drag -> drop * text fix --------- Co-authored-by: Cline Evaluation <[email protected]>
1 parent 65243ad commit c63d9a1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/bright-knives-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"claude-dev": patch
3+
---
4+
5+
updated drag and drop text to say "drop" instead of "drag"

webview-ui/src/components/chat/ChatTextArea.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
16161616
color: "var(--vscode-descriptionForeground)",
16171617
whiteSpace: "nowrap",
16181618
}}>
1619-
Hold Shift to Drag Files
1619+
Hold Shift to Drop Files
16201620
</span>
16211621
</div>
16221622
</div>

0 commit comments

Comments
 (0)