We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd0b0e commit a2e1383Copy full SHA for a2e1383
1 file changed
src/www/app.js
@@ -82,10 +82,10 @@ settingsForm.addEventListener('submit', (event) => {
82
if (apMode) {
83
clearInterval(batteryInterval);
84
networkMessage += `
85
- <p>If successful, the "Tinytron" wifi network will disappear and the device will
86
- will show "WiFi Connected" alonside its new IP address.</p>
+ <p>If successful, the "Tinytron" wifi network will disappear and the device
+ will show "WiFi Connected" alongside a new IP address.</p>
87
<p>You can then reconnect via your home network (${settings.ssid}) and access the
88
- device\'s new IP.</p>`;
+ device via its new IP.</p>`;
89
}
90
networkMessage += `<p>Please wait about 20 seconds for the device to restart.
91
If the connection fails, the device will revert to Access Point mode so you
0 commit comments