diff --git a/src/native/updater.ts b/src/native/updater.ts index 4096558..98ccff3 100644 --- a/src/native/updater.ts +++ b/src/native/updater.ts @@ -96,7 +96,7 @@ async function downloadAndInstall(url: string, version: string) { }); }); - const n = notify("Update Ready", `Sanctum ${version} is installed — click to restart.`); + const n = notify("Update Ready", `Sanctum ${version} is ready — click to restart.`); n.on("click", () => { app.relaunch(); app.exit(0); }); }