indicate payment label is required

This commit is contained in:
Craig Raw 2022-01-28 15:10:17 +02:00
parent c81f3d9f5d
commit 20a99e3236

View file

@ -41,7 +41,7 @@
</StackPane>
</Field>
<Field text="Label:">
<TextField fx:id="label">
<TextField fx:id="label" promptText="Required">
<tooltip>
<Tooltip text="Required to label the transaction (privately in this wallet)"/>
</tooltip>