diff --git a/public/updates/index.html b/public/updates/index.html
index 3a6c4e0..cb40c55 100644
--- a/public/updates/index.html
+++ b/public/updates/index.html
@@ -52,7 +52,6 @@
MineXLauncher 1.5
You can now install the launcher as a PWA web app
- Ads have been added, join the Discord server to disable them
MineXLauncher 1.4
Added welcome and setup screen
diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts
index 7bf8c0d..640fab9 100644
--- a/src/resources/scripts/main.ts
+++ b/src/resources/scripts/main.ts
@@ -343,8 +343,7 @@ if (window.location.pathname === '/') {
alert(`MineXLauncher has been updated to v${launcherVersion}!
Changes in v${launcherVersion}:
- - You can now install the launcher as a PWA web app
- - Ads have been added, join the Discord server to disable them`);
+ - You can now install the launcher as a PWA web app`);
storage.local.set('lastVersion', launcherVersion);
}
});