Skip to content

Commit 151e7a8

Browse files
committed
WiFi -> Wi-Fi
The official spelling is 'Wi-Fi'
1 parent a37e205 commit 151e7a8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

wled00/data/settings.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</head>
9595
<body onload="S()">
9696
<button type=submit id="b" onclick="window.location='/'">Back</button>
97-
<button type="submit" onclick="window.location='./settings/wifi'">WiFi Setup</button>
97+
<button type="submit" onclick="window.location='./settings/wifi'">Wi-Fi Setup</button>
9898
<button type="submit" onclick="window.location='./settings/leds'">LED Preferences</button>
9999
<button id="2dbtn" style="display:none;" type="submit" onclick="window.location='./settings/2D'">2D Configuration</button>
100100
<div id="configMenu">Loading...</div>

wled00/data/settings_sec.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2>Security & Update setup</h2>
9595
The password should be changed when OTA is enabled.<br>
9696
<b>Disable OTA when not in use, otherwise an attacker can reflash device software!</b><br>
9797
<i>Settings on this page are only changable if OTA lock is disabled!</i><br>
98-
Deny access to WiFi settings if locked: <input type="checkbox" name="OW"><br><br>
98+
Deny access to Wi-Fi settings if locked: <input type="checkbox" name="OW"><br><br>
9999
Factory reset: <input type="checkbox" name="RS"><br>
100100
All settings and presets will be erased.<br><br>
101101
<div style="color: #fa0;">&#9888; Unencrypted transmission. An attacker on the same network can intercept form data!</div>

wled00/data/settings_wifi.htm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
6-
<title>WiFi Settings</title>
6+
<title>Wi-Fi Settings</title>
77
<script>
88
var d = document;
99
var loc = false, locip;
@@ -141,7 +141,7 @@
141141
<div class="helpB"><button type="button" onclick="H()">?</button></div>
142142
<button type="button" onclick="B()">Back</button><button type="submit">Save &amp; Connect</button><hr>
143143
</div>
144-
<h2>WiFi setup</h2>
144+
<h2>Wi-Fi setup</h2>
145145
<h3>Connect to existing network</h3>
146146
<button type="button" id="scan" onclick="N()">Scan</button><br>
147147
Network name (SSID, empty to not connect):<br>
@@ -169,7 +169,7 @@ <h3>Configure Access Point</h3>
169169
AP SSID (leave empty for no AP):<br> <input type="text" name="AS" maxlength="32"><br>
170170
Hide AP name: <input type="checkbox" name="AH"><br>
171171
AP password (leave empty for open):<br> <input type="password" name="AP" maxlength="63" pattern="(.{8,63})|()" title="Empty or min. 8 characters"><br>
172-
Access Point WiFi channel: <input name="AC" type="number" class="xs" min="1" max="13" required><br>
172+
Access Point Wi-Fi channel: <input name="AC" type="number" class="xs" min="1" max="13" required><br>
173173
AP opens:
174174
<select name="AB">
175175
<option value="0">No connection after boot</option>
@@ -179,9 +179,9 @@ <h3>Configure Access Point</h3>
179179
AP IP: <span class="sip"> Not active </span><br>
180180
<h3>Experimental</h3>
181181
Force 802.11g mode (ESP8266 only): <input type="checkbox" name="FG"><br>
182-
Disable WiFi sleep: <input type="checkbox" name="WS"><br>
182+
Disable Wi-Fi sleep: <input type="checkbox" name="WS"><br>
183183
<i>Can help with connectivity issues.<br>
184-
Do not enable if WiFi is working correctly, increases power consumption.</i>
184+
Do not enable if Wi-Fi is working correctly, increases power consumption.</i>
185185

186186
<div id="remd">
187187
<h3>Wireless Remote</h3>

wled00/data/welcome.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
<h1>Welcome to WLED-MM !</h1><!--WLEDMM-->
5555
<h3>Thank you for installing our application!</h3>
5656
<b>Next steps:</b><br><br>
57-
Connect WLED-MM to your local WiFi here!<br>
58-
<button onclick="window.location.href='/settings/wifi'">WiFi settings</button><br>
57+
Connect WLED-MM to your local Wi-Fi here!<br>
58+
<button onclick="window.location.href='/settings/wifi'">Wi-Fi settings</button><br>
5959
<i>Just trying this out in AP mode?</i><br>
6060
<button onclick="window.location.href='/sliders'">To the controls!</button><br>
6161
</div>

0 commit comments

Comments
 (0)