From 41b9a49c74fb50e9b97fa7aaded6cb1fd1d514d2 Mon Sep 17 00:00:00 2001 From: chenhang Date: Mon, 22 Jun 2026 18:48:36 +0800 Subject: [PATCH] copy(chat): update input placeholder --- src/app/chat/components/chat-input-text-field.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/chat/components/chat-input-text-field.tsx b/src/app/chat/components/chat-input-text-field.tsx index 946fa518..9525a19b 100644 --- a/src/app/chat/components/chat-input-text-field.tsx +++ b/src/app/chat/components/chat-input-text-field.tsx @@ -44,7 +44,7 @@ export const ChatInputTextField = forwardRef< onChange, onSubmit, onFocusChange, - placeholder = "Say something…", + placeholder = "|Say anything that’s on your mind ^U^…", disabled = false, autoFocus = false, },