We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5cdfc commit 5331161Copy full SHA for 5331161
ConfigApp/Tabs/Voting/DiscordTab.cs
@@ -33,7 +33,7 @@ protected override void InitContent()
33
PushRowEmpty();
34
PushRowExpandElement(new TextBlock()
35
{
36
- Text = "This is still an experimental feature!",
+ Text = "NOTE: This is still an experimental feature!",
37
HorizontalAlignment = HorizontalAlignment.Left
38
});
39
PopRow();
0 commit comments