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()