diff --git a/html/wifi/connecting.html b/html/wifi/connecting.html
index 3959512..4499691 100644
--- a/html/wifi/connecting.html
+++ b/html/wifi/connecting.html
@@ -15,9 +15,9 @@ function getStatus() {
$("#status").innerHTML="Connecting...";
window.setTimeout(getStatus, 1000);
} else if (data.status=="got IP address") {
- $("#status").innerHTML="Connected! Got IP "+data.ip+
- ". If you're in the same network, you can access it here.";
+ $("#status").innerHTML="Connected! Got IP "+data.ip+ ".
" +
+ "If you're in the same network, you can access it here.
ESP Link will switch to STA-only mode in a few seconds.";
} else {
$("#status").innerHTML="Oops: " + data.status + ". Reason: " + data.reason +
"
Check password and selected AP.
Go Back";