diff --git a/public/updates/index.html b/public/updates/index.html
index 15743bd..242be13 100644
--- a/public/updates/index.html
+++ b/public/updates/index.html
@@ -51,12 +51,12 @@
MineXLauncher 1.5
-
MineXLauncher now works offline!
- You can now install MineXLauncher as a PWA web app
+ The launcher can now be downloaded for offline use
+ You can now install the launcher as a PWA web app
MineXLauncher 1.4
Added welcome and setup screen
- Show changelog when MineXLauncher is updated
+ Show changelog when the launcher is updated
Added themes and backgrounds
Settings now update automatically without saving them
You will now stay on the same page when reloading
diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts
index 1377698..4a9ad03 100644
--- a/src/resources/scripts/main.ts
+++ b/src/resources/scripts/main.ts
@@ -311,8 +311,8 @@ if (window.location.pathname === '/') {
alert(`MineXLauncher has been updated to v${launcherVersion}!
Changes in v${launcherVersion}:
- - MineXLauncher now works offline!
- - You can now install MineXLauncher as a PWA web app`);
+ - The launcher can now be downloaded for offline use
+ - You can now install the launcher as a PWA web app`);
storage.local.set('lastVersion', launcherVersion);
}
});