Skip to content

Commit 207af10

Browse files
committed
Edit text box
1 parent 05bc7b2 commit 207af10

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
@@ -884,7 +884,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
884884
useEvent("wheel", handleWheel, window, { passive: true }) // passive improves scrolling performance
885885

886886
const placeholderText = useMemo(() => {
887-
const baseText = task ? "Ask a follow up." : "Give RooCode a task here."
887+
const baseText = task ? "Ask a follow up." : "Give PearAI Agent a task here."
888888
const contextText = " Use @ to add context."
889889
const imageText = shouldDisableImages ? "" : "\nhold shift to drag in images"
890890
const helpText = imageText ? `\n${contextText}${imageText}` : `\n${contextText}`

0 commit comments

Comments
 (0)