From 33b8145ee4d16e67199e84fe42be20ad077a6a87 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Fri, 25 Apr 2025 13:22:00 +0800 Subject: [PATCH] feat: rewording --- web/src/app/_components/messages-block.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/_components/messages-block.tsx b/web/src/app/_components/messages-block.tsx index e2a3a43..c69a583 100644 --- a/web/src/app/_components/messages-block.tsx +++ b/web/src/app/_components/messages-block.tsx @@ -133,7 +133,7 @@ export function MessagesBlock({ className }: { className?: string }) { ? "DeerFlow is now replaying the conversation..." : replayStarted ? "The replay has been stopped." - : `You're now in DeerFlow's replay mode. Click the start button on the right to replay.`} + : `You're now in DeerFlow's replay mode. Click the "Start" button on the right to replay.`}