Fix guilds -> servers

This commit is contained in:
Tyrrrz
2025-07-09 01:10:56 +03:00
parent 187befcf11
commit 845e2a52fe

View File

@@ -140,7 +140,7 @@ public partial class DashboardViewModel : ViewModelBase
catch (Exception ex) catch (Exception ex)
{ {
var dialog = _viewModelManager.CreateMessageBoxViewModel( var dialog = _viewModelManager.CreateMessageBoxViewModel(
"Error pulling guilds", "Error pulling servers",
ex.ToString() ex.ToString()
); );