mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
change bip39 confirmation wording
This commit is contained in:
parent
6e10784e49
commit
10e4d8843d
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ public class MnemonicKeystoreImportPane extends TitledDescriptionPane {
|
||||||
AnchorPane.setTopAnchor(invalidLabel, 5.0);
|
AnchorPane.setTopAnchor(invalidLabel, 5.0);
|
||||||
AnchorPane.setLeftAnchor(invalidLabel, 0.0);
|
AnchorPane.setLeftAnchor(invalidLabel, 0.0);
|
||||||
|
|
||||||
confirmButton = new Button("Confirm Written Backup");
|
confirmButton = new Button("Re-enter Words...");
|
||||||
confirmButton.setOnAction(event -> {
|
confirmButton.setOnAction(event -> {
|
||||||
confirmBackup();
|
confirmBackup();
|
||||||
});
|
});
|
||||||
|
@ -269,7 +269,7 @@ public class MnemonicKeystoreImportPane extends TitledDescriptionPane {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void displayMnemonicCode() {
|
private void displayMnemonicCode() {
|
||||||
setDescription("Write down words before confirming");
|
setDescription("Write down words before re-entering");
|
||||||
showHideLink.setVisible(false);
|
showHideLink.setVisible(false);
|
||||||
|
|
||||||
calculateButton.setVisible(false);
|
calculateButton.setVisible(false);
|
||||||
|
|
Loading…
Reference in a new issue