Skip to content

Commit ea47921

Browse files
Update wifi.js
1 parent 7959153 commit ea47921

File tree

1 file changed

+1
-1
lines changed
  • src/reachy_mini/daemon/app/dashboard/static/js

1 file changed

+1
-1
lines changed

src/reachy_mini/daemon/app/dashboard/static/js/wifi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const handleStatus = (status) => {
121121

122122
} else if (mode == 'wlan') {
123123
if (currentMode !== null && currentMode !== 'wlan') {
124-
alert(`Connected to WiFi network: ${status.connected_network}`);
124+
alert(`Successfully connected to WiFi network: ${status.connected_network}`);
125125
}
126126

127127
statusDiv.innerText = `Connected to WiFi (SSID: ${status.connected_network}). 📶`;

0 commit comments

Comments
 (0)