Skip to content

Commit

Permalink
change bip39 confirmation wording
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Sep 3, 2020
1 parent 6e10784 commit 10e4d88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private Node getMnemonicWordsEntry(int numWords, boolean displayWordsOnly) {
AnchorPane.setTopAnchor(invalidLabel, 5.0);
AnchorPane.setLeftAnchor(invalidLabel, 0.0);

confirmButton = new Button("Confirm Written Backup");
confirmButton = new Button("Re-enter Words...");
confirmButton.setOnAction(event -> {
confirmBackup();
});
Expand Down Expand Up @@ -269,7 +269,7 @@ private void generateNew() {
}

private void displayMnemonicCode() {
setDescription("Write down words before confirming");
setDescription("Write down words before re-entering");
showHideLink.setVisible(false);

calculateButton.setVisible(false);
Expand Down

0 comments on commit 10e4d88

Please sign in to comment.