From e2041d56317d858bd83b1e3afcd36fdd1fe30395 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Fri, 4 Aug 2023 17:36:43 +0100 Subject: [PATCH] Fix typo in server location notification --- Bloxstrap/UI/NotifyIconWrapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/UI/NotifyIconWrapper.cs b/Bloxstrap/UI/NotifyIconWrapper.cs index 87c6b83..77940a6 100644 --- a/Bloxstrap/UI/NotifyIconWrapper.cs +++ b/Bloxstrap/UI/NotifyIconWrapper.cs @@ -82,7 +82,7 @@ namespace Bloxstrap.UI string serverLocation = await _activityWatcher!.GetServerLocation(); ShowAlert( - $"Connnected to {_activityWatcher.ActivityServerType.ToString().ToLower()} server", + $"Connected to {_activityWatcher.ActivityServerType.ToString().ToLower()} server", $"Located at {serverLocation}\nClick for more information", 10, (_, _) => _menuContainer?.ShowServerInformationWindow()