Skip to content

Commit

Permalink
fix: update copy of message queue (janhq#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan authored Feb 16, 2024
1 parent 63cffca commit 7fb61bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Chat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
)}
Expand Down

0 comments on commit 7fb61bf

Please sign in to comment.