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 && ( - )}