Skip to content

Commit

Permalink
Fix typo in login killswitch popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryxiv committed Apr 2, 2024
1 parent 5357a3b commit 2005a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XIVLauncher.Core/LauncherApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public LauncherApp(Storage storage, bool needsUpdateWarning, string frontierUrl,
if (bootver > cutoff)
{
this.ShowMessage("XIVLauncher is unavailable at this time as there were changes to the login process during a recent patch." +
"\n\nnWe need to adjust to these changes and verify that our adjustments are safe before we can re-enable the launcher." +
"\n\nWe need to adjust to these changes and verify that our adjustments are safe before we can re-enable the launcher." +
"\n\nYou can use the Official Launcher instead until XIVLauncher has been updated.",
"XIVLauncher", "Close Launcher", () => Environment.Exit(0));
return;
Expand Down

0 comments on commit 2005a5f

Please sign in to comment.