Skip to content

Commit 7dc6882

Browse files
nang-devHimanshu-Singh-Chauhan
authored andcommitted
Edit text box
1 parent 9b1f689 commit 7dc6882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
890890
useEvent("wheel", handleWheel, window, { passive: true }) // passive improves scrolling performance
891891

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

0 commit comments

Comments
 (0)