mirror of https://github.com/arendst/Tasmota.git
Rename button Auto-configuration to Auto-Conf
This commit is contained in:
parent
57fc179709
commit
6e6305f5e9
|
@ -124,7 +124,7 @@ autoconf_module.init = def (m)
|
||||||
# Displays a "Autoconf" button on the configuration page
|
# Displays a "Autoconf" button on the configuration page
|
||||||
def web_add_config_button()
|
def web_add_config_button()
|
||||||
import webserver
|
import webserver
|
||||||
webserver.content_send("<p><form id=ac action='ac' style='display: block;' method='get'><button>Auto-configuration</button></form></p>")
|
webserver.content_send("<p><form id=ac action='ac' style='display: block;' method='get'><button>Auto-Conf</button></form></p>")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue