Skip to content

Commit

Permalink
Fix nit in message interruption UI
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Oct 12, 2023
1 parent 3c09e27 commit 86a4632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/assistant/conversation/AgentMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export function AgentMessage({
)}
{agentMessage.status === "cancelled" && (
<Chip
label="Message generation was cancelled"
label="Message generation was interrupted"
size="xs"
className="mt-4"
/>
Expand Down

0 comments on commit 86a4632

Please sign in to comment.