fix: update copy of message queue (#2051)

This commit is contained in:
Louis 2024-02-16 14:42:44 +07:00 committed by GitHub
parent 63cffca51e
commit 7fb61bf0fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -199,7 +199,7 @@ const ChatScreen: React.FC = () => {
{queuedMessage && !reloadModel && (
<div className="mb-2 text-center">
<span className="text-muted-foreground">
Message queued. It can be sent once the model has started
Message will be sent once the model has started
</span>
</div>
)}