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 }) {