diff --git a/web/screens/Chat/index.tsx b/web/screens/Chat/index.tsx index 44e2bd500..125e58b3b 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
)}