feat: rewording
This commit is contained in:
parent
18494be796
commit
33b8145ee4
|
|
@ -133,7 +133,7 @@ export function MessagesBlock({ className }: { className?: string }) {
|
||||||
? "DeerFlow is now replaying the conversation..."
|
? "DeerFlow is now replaying the conversation..."
|
||||||
: replayStarted
|
: replayStarted
|
||||||
? "The replay has been stopped."
|
? "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.`}
|
||||||
</RainbowText>
|
</RainbowText>
|
||||||
</CardDescription>
|
</CardDescription>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue