mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-29 14:46:42 +00:00
Change default button label to "CONNECT" (#131)
This commit is contained in:
parent
3a49857db3
commit
78cb70de53
@ -104,7 +104,7 @@ export class InstallButton extends HTMLElement {
|
||||
|
||||
slot.name = "activate";
|
||||
const button = document.createElement("button");
|
||||
button.innerText = "INSTALL";
|
||||
button.innerText = "CONNECT";
|
||||
slot.append(button);
|
||||
if (
|
||||
"adoptedStyleSheets" in Document.prototype &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user