Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
K4CZP3R committed Jan 21, 2021
1 parent e09ff22 commit 272e306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion P2PLauncher/Services/FreeLanService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public bool StartFreeLan()
}
if (freeLanDetectionService.GetInstallationStatus() != FreeLanInstallationStatus.OK)
{
dialogService.ShowMessage("FreeLan is not confiured! do it", "JUST DO IT!");
dialogService.ShowMessage("FreeLan is not configured! do it", "FreeLan missing.");
return false;
}

Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This is a test release
> Created using Github Actions
Changes
* Fixed message box content (FreeLAN not detected)

0 comments on commit 272e306

Please # to comment.