From 272e3068c3837add6d34c20daacda3f447be4ad1 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 21 Jan 2021 01:08:01 +0100 Subject: [PATCH] Small typo --- P2PLauncher/Services/FreeLanService.cs | 2 +- changelog.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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