update 'connecting to' message

This commit is contained in:
Rick Companje 2017-07-12 11:38:55 +02:00
parent 581fff07a7
commit 10b6a41578
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
var actionText = "";
switch(data.status) {
case NetworkAPI.STATUS.CONNECTING:
statusText = "Connecting to "+_pageData.ssid+"...";
statusText = "WiFi-Box is now trying to connect to "+_pageData.ssid+"...";
//actionText = "Please reconnect yourself to <b>"+_pageData.ssid+"</b>. Once you are connected return to this page.";
actionText = "Please reconnect yourself to <b>"+_pageData.ssid+"</b>. Once you are connected return to this page.";
_actionField.attr("class","notice");