mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
🖊️ fix(MessageContent): Error Message typo (#2112)
This commit is contained in:
parent
39042f8761
commit
2f90c8764a
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ const DisplayMessage = ({ text, isCreatedByUser, message, showCursor }: TDisplay
|
||||||
|
|
||||||
// Unfinished Message Component
|
// Unfinished Message Component
|
||||||
export const UnfinishedMessage = () => (
|
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
|
// Content Component
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue