Skip to content

Commit 2a7be4b

Browse files
authored
Merge pull request RooCodeInc#1277 from RooVetGit/mrubens-patch-4
Update ChatView.tsx
2 parents 9be2f06 + 4570ead commit 2a7be4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
880880
const placeholderText = useMemo(() => {
881881
const baseText = task ? "Type a message..." : "Type your task here..."
882882
const contextText = "(@ to add context, / to switch modes"
883-
const imageText = shouldDisableImages ? "hold shift to drag in files" : ", hold shift to drag in files/images"
883+
const imageText = shouldDisableImages ? ", hold shift to drag in files" : ", hold shift to drag in files/images"
884884
return baseText + `\n${contextText}${imageText})`
885885
}, [task, shouldDisableImages])
886886

0 commit comments

Comments
 (0)