Skip to content

Commit

Permalink
ConfigApp: Add NOTE
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Sep 20, 2023
1 parent 6c5cdfc commit 5331161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigApp/Tabs/Voting/DiscordTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5331161

Please sign in to comment.