Skip to content

Commit 4d44278

Browse files
committed
Tweak to wording of WiFi config
1 parent 56c97a5 commit 4d44278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/coachproxy/files/node-red/js/network_info.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ const network = global.get('status').network;
3232
var message = '';
3333

3434
if (!network || !network.WPA || network.WPA.IP === '') {
35-
message = "CoachProxy is operating in Direct WiFi mode. Connect to the WiFi network and IP address in the 'CoachProxy Direct WiFi' section below.";
35+
message = "CoachProxy is not connected via WiFi.";
3636
} else {
37-
message = "CoachProxy is connected to the WiFi network listed below. Connect to the WiFi network and use the IP address in the 'Your WiFi Network' section below.";
37+
message = "CoachProxyOS is connected to the WiFi network listed below.";
3838
}
3939

4040
// The values that will be displayed are in the `data` and other parameters,

0 commit comments

Comments
 (0)