mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
indicate payment label is required
This commit is contained in:
parent
c81f3d9f5d
commit
20a99e3236
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
</StackPane>
|
</StackPane>
|
||||||
</Field>
|
</Field>
|
||||||
<Field text="Label:">
|
<Field text="Label:">
|
||||||
<TextField fx:id="label">
|
<TextField fx:id="label" promptText="Required">
|
||||||
<tooltip>
|
<tooltip>
|
||||||
<Tooltip text="Required to label the transaction (privately in this wallet)"/>
|
<Tooltip text="Required to label the transaction (privately in this wallet)"/>
|
||||||
</tooltip>
|
</tooltip>
|
||||||
|
|
Loading…
Reference in a new issue