mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Fix typo in server location notification
This commit is contained in:
parent
81cdede240
commit
e2041d5631
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user