diff --git a/app.js b/Iapp.js similarity index 93% rename from app.js rename to Iapp.js index 690fd5b..896c762 100644 --- a/app.js +++ b/Iapp.js @@ -29,7 +29,7 @@ class Setup { } else if (this.registration?.active) { this.serviceWorkerStatus = "active" } else { - this.serviceWorkerStatus = "not installed" + this.serviceWorkerStatus = "initializing" } this.statusEl.innerText = this.serviceWorkerStatus }