mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +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>
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue