🖊️ fix(MessageContent): Error Message typo (#2112)

This commit is contained in:
Marco Beretta 2024-03-16 18:05:56 +01:00 committed by GitHub
parent 39042f8761
commit 2f90c8764a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,7 @@ const DisplayMessage = ({ text, isCreatedByUser, message, showCursor }: TDisplay
// Unfinished Message Component
export const UnfinishedMessage = () => (
<ErrorMessage text="The response is incomplete; it's either still processing, was cancelled, or censoreded. Refresh or try a different prompt." />
<ErrorMessage text="The response is incomplete; it's either still processing, was cancelled, or censored. Refresh or try a different prompt." />
);
// Content Component