diff --git a/src/install-button.ts b/src/install-button.ts index 1abc54c1..36cfa208 100644 --- a/src/install-button.ts +++ b/src/install-button.ts @@ -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 &&