diff --git a/EpinelPS/www/launcher/index.html b/EpinelPS/www/launcher/index.html
index 6006efa..a2882cd 100644
--- a/EpinelPS/www/launcher/index.html
+++ b/EpinelPS/www/launcher/index.html
@@ -1,7 +1,7 @@
- Private Nikke Server Launcher
+ EpinelPS
- What's new in Nikke Private Server - v0.1.3
+ What's new in EpinelPS - v0.1.4
- - Added support for game version 123.8.11
- - Properly implemented character level up
- - Decreased database size by a small amount
- - Added IsBanned to DB
- - Implemented tactic academy
- - Implemented side story
- - Outpost level works
- - Implemented main mission rewards
- - You can now update the game in the launcher
- - Show only "private server" in server list
+ - Implemented Interception
diff --git a/ServerSelector/Views/MainView.axaml.cs b/ServerSelector/Views/MainView.axaml.cs
index 4ba9f8f..a46b75d 100644
--- a/ServerSelector/Views/MainView.axaml.cs
+++ b/ServerSelector/Views/MainView.axaml.cs
@@ -38,7 +38,7 @@ public partial class MainView : UserControl
if (!File.Exists(Path.Combine(txtLauncherPath.Text, "nikke_launcher.exe")))
{
- ShowWarningMsg("Launcher path is invalid. Make sure that nikke_launcher.exe exists in the launcher folder", "Error");
+ ShowWarningMsg("Launcher path is invalid. Make sure that the game executable exists in the launcher folder", "Error");
return;
}