From 18e517f8fda5e841c5e15cb327b204405faf47b5 Mon Sep 17 00:00:00 2001
From: moux1024 <403053463@qq.com>
Date: Mon, 15 Sep 2025 14:22:24 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=BC=95=E5=AF=BC?=
=?UTF-8?q?=E6=96=87=E6=A1=88=E6=9B=B4=E6=96=B0,=E7=94=A8=E6=88=B7?=
=?UTF-8?q?=E5=8D=A1=E7=89=87=E9=AB=98=E5=BA=A6=E6=BC=94=E7=A4=BA=E4=BF=AE?=
=?UTF-8?q?=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/ChatInputBox/ChatInputBox.tsx | 4 ++--
components/common/userCard.tsx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/ChatInputBox/ChatInputBox.tsx b/components/ChatInputBox/ChatInputBox.tsx
index 4a48075..e9464c0 100644
--- a/components/ChatInputBox/ChatInputBox.tsx
+++ b/components/ChatInputBox/ChatInputBox.tsx
@@ -214,7 +214,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) {
>
- Click to action
+ Click to act
) : (
@@ -246,7 +246,7 @@ export function ChatInputBox({ noData }: { noData: boolean }) {