minor text changes

This commit is contained in:
Paul
2019-08-17 18:44:59 +02:00
parent 31a61adcb9
commit 09eace139a
2 changed files with 2 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ function inProgress(callback) {
clearInterval(prg);
var a = document.createElement("a");
a.href = "http://" + config.general.hostname + ".local";
a.innerText = "Try to reconnect ESP";
a.innerText = "Re-connect...";
document.getElementById("reconnect").appendChild(a);
document.getElementById("reconnect").style.display = "block";
document.getElementById("updateprog").className = "progress-bar progress-bar-success";