Fix typo in server location notification

This commit is contained in:
pizzaboxer 2023-08-04 17:36:43 +01:00
parent 81cdede240
commit e2041d5631
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

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