From 5331161f7e503a565ba9453bd1d01e58c2cf2f4e Mon Sep 17 00:00:00 2001 From: pongo1231 Date: Wed, 20 Sep 2023 21:10:15 +0000 Subject: [PATCH] ConfigApp: Add NOTE --- ConfigApp/Tabs/Voting/DiscordTab.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();