rename the passphrase label to salt

This commit is contained in:
Marcel Hernandez 2022-05-24 00:35:24 +02:00
parent 2c1f7e181c
commit 02488f3be8
No known key found for this signature in database
GPG key ID: 07753E0BB2414BB8

View file

@ -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");