|
@@ -104,7 +104,7 @@ export class InstallButton extends HTMLElement {
|
|
|
|
|
|
slot.name = "activate";
|
|
slot.name = "activate";
|
|
const button = document.createElement("button");
|
|
const button = document.createElement("button");
|
|
- button.innerText = "INSTALL";
|
|
|
|
|
|
+ button.innerText = "CONNECT";
|
|
slot.append(button);
|
|
slot.append(button);
|
|
if (
|
|
if (
|
|
"adoptedStyleSheets" in Document.prototype &&
|
|
"adoptedStyleSheets" in Document.prototype &&
|