mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
rename the passphrase label to salt
This commit is contained in:
parent
2c1f7e181c
commit
02488f3be8
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ public class MnemonicKeystorePane extends TitledDescriptionPane {
|
|||
|
||||
setAlignment(Pos.CENTER_LEFT);
|
||||
setSpacing(10);
|
||||
Label passphraseLabel = new Label("Passphrase:");
|
||||
Label passphraseLabel = new Label("Salt:");
|
||||
passphraseField = (CustomTextField) TextFields.createClearableTextField();
|
||||
passphraseProperty.bind(passphraseField.textProperty());
|
||||
passphraseField.setPromptText("Leave blank for none");
|
||||
|
|
|
|||
Loading…
Reference in a new issue