diff --git a/DiscordChatExporter.Gui/ViewModels/Components/DashboardViewModel.cs b/DiscordChatExporter.Gui/ViewModels/Components/DashboardViewModel.cs index 79acfa0a..fd754e70 100644 --- a/DiscordChatExporter.Gui/ViewModels/Components/DashboardViewModel.cs +++ b/DiscordChatExporter.Gui/ViewModels/Components/DashboardViewModel.cs @@ -140,7 +140,7 @@ public partial class DashboardViewModel : ViewModelBase catch (Exception ex) { var dialog = _viewModelManager.CreateMessageBoxViewModel( - "Error pulling guilds", + "Error pulling servers", ex.ToString() );