diff --git a/sd-card/html/index.html b/sd-card/html/index.html index 6a68e2e25..f27b33df1 100644 --- a/sd-card/html/index.html +++ b/sd-card/html/index.html @@ -199,7 +199,7 @@

An ESP32 all inclusive neural network recognition system for meter Digitizat var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { - firework.launch('Sending HA discovery topics scheduled. The sending will be processed in state "Publish to MQTT"', 'success', 5000); + firework.launch('Sending HA discovery topics scheduled. It will get sent in the step "Publish to MQTT" of the next digitization round', 'success', 5000); } } xhttp.open("GET", url, true);