diff --git a/P2PLauncher/Services/FreeLanService.cs b/P2PLauncher/Services/FreeLanService.cs index e8e05eb..75d4f5e 100644 --- a/P2PLauncher/Services/FreeLanService.cs +++ b/P2PLauncher/Services/FreeLanService.cs @@ -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; } diff --git a/changelog.md b/changelog.md index 1107609..07bd0b9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,2 @@ -# This is a test release -> Created using Github Actions \ No newline at end of file +Changes +* Fixed message box content (FreeLAN not detected) \ No newline at end of file