Skip to content

Commit

Permalink
change message to connecting (All-Hands-AI#6433)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored and Kevin Chen committed Feb 4, 2025
1 parent 844853b commit 779a853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function AgentStatusBar() {

React.useEffect(() => {
if (status === WsClientProviderStatus.DISCONNECTED) {
setStatusMessage("Trying to reconnect...");
setStatusMessage("Connecting...");
} else {
setStatusMessage(AGENT_STATUS_MAP[curAgentState].message);
}
Expand Down

0 comments on commit 779a853

Please sign in to comment.