diff --git a/ConfigApp/Tabs/Voting/DiscordTab.cs b/ConfigApp/Tabs/Voting/DiscordTab.cs index 08e8ba69b..d3566fdc4 100644 --- a/ConfigApp/Tabs/Voting/DiscordTab.cs +++ b/ConfigApp/Tabs/Voting/DiscordTab.cs @@ -33,7 +33,7 @@ protected override void InitContent() PushRowEmpty(); PushRowExpandElement(new TextBlock() { - Text = "This is still an experimental feature!", + Text = "NOTE: This is still an experimental feature!", HorizontalAlignment = HorizontalAlignment.Left }); PopRow();