diff --git a/web/screens/Chat/index.tsx b/web/screens/Chat/index.tsx index 44e2bd5005..125e58b3b5 100644 --- a/web/screens/Chat/index.tsx +++ b/web/screens/Chat/index.tsx @@ -199,7 +199,7 @@ const ChatScreen: React.FC = () => { {queuedMessage && !reloadModel && (
- Message queued. It can be sent once the model has started + Message will be sent once the model has started
)}