diff --git a/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs b/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs index fcf8d3f..5e9a663 100644 --- a/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs +++ b/DiscordChatExporter.Gui/ViewModels/RootViewModel.cs @@ -120,8 +120,8 @@ public class RootViewModel : Screen // War in Ukraine message Notifications.Enqueue( - "⚠ UKRAINE IS AT WAR!", - "LEARN MORE & HELP", _ => + "⚠ Ukraine is at war! Support my country in its fight for freedom", + "LEARN MORE", _ => { ProcessEx.StartShellExecute("https://tyrrrz.me"); },