Skip to content

Commit

Permalink
Merge pull request #146 from ryxiv/warning-typo-fix
Browse files Browse the repository at this point in the history
Fix typo in login killswitch popup
  • Loading branch information
Blooym authored Jun 10, 2024
2 parents d54c699 + 2005a5f commit 84a0157
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 84a0157

Please sign in to comment.