diff --git a/app/assets/js/scripts/settings.js b/app/assets/js/scripts/settings.js index e86de97b..945d676d 100644 --- a/app/assets/js/scripts/settings.js +++ b/app/assets/js/scripts/settings.js @@ -1407,7 +1407,7 @@ function populateAboutVersionInformation(){ */ function populateReleaseNotes(){ $.ajax({ - url: 'https://github.com/dscalzi/HeliosLauncher/releases.atom', + url: 'https://github.com/ElBrigos/TabernaLauncher/releases.atom', success: (data) => { const version = 'v' + remote.app.getVersion() const entries = $(data).find('entry') diff --git a/app/login.ejs b/app/login.ejs index 7ecc4a6c..3cd55134 100644 --- a/app/login.ejs +++ b/app/login.ejs @@ -57,7 +57,7 @@ Need an Account?
Your password is sent directly to mojang and never stored.
-Helios Launcher is not affiliated with Mojang AB.
+Taberna Launcher is not affiliated with Mojang AB.
diff --git a/app/settings.ejs b/app/settings.ejs index 65a1796d..fb3c2890 100644 --- a/app/settings.ejs +++ b/app/settings.ejs @@ -305,7 +305,7 @@