From e6f667f23700e111add118289cc4d92e51fb23d5 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Fri, 25 Apr 2025 15:25:28 +0800 Subject: [PATCH] feat: rewording and adjust button size --- web/src/app/_components/messages-block.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/app/_components/messages-block.tsx b/web/src/app/_components/messages-block.tsx index c69a583..dfca9e2 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 "Play" button on the right to start.`} @@ -150,9 +150,9 @@ export function MessagesBlock({ className }: { className?: string }) { )} {!replayStarted && ( - )}