mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
followup
This commit is contained in:
parent
ecf9b78753
commit
19551671bd
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class PrivateKeySweepDialog extends Dialog<Transaction> {
|
|||
keyField.setText("Private Key:");
|
||||
key = new TextArea();
|
||||
key.setWrapText(true);
|
||||
key.setPromptText("Wallet Import Format (WIF)");
|
||||
key.setPromptText("Wallet Import Format (WIF) or BIP38 encrypted key");
|
||||
key.setPrefRowCount(2);
|
||||
key.getStyleClass().add("fixed-width");
|
||||
HBox keyBox = new HBox(5);
|
||||
|
|
Loading…
Reference in a new issue