mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Fix guilds -> servers
This commit is contained in:
parent
187befcf11
commit
845e2a52fe
|
|
@ -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()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue