Skip to content

Commit

Permalink
Fixed typo in the word mnemonic - 2 occurrences.
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-mcc committed Oct 24, 2024
1 parent 644ce82 commit 7351102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convex-gui/src/main/java/convex/gui/keys/KeyGenPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public KeyGenPanel(PeerGUI manager) {
add(formPanel, BorderLayout.CENTER);

{ // Mnemonic entry box
addLabel("Mnenomic Phrase","BIP39 Menemonic phrase. These should be random words from the BIP39 standard word list.");
addLabel("Mnemonic Phrase","BIP39 Mnemonic phrase. These should be random words from the BIP39 standard word list.");
mnemonicArea = makeTextArea();
mnemonicArea.setWrapStyleWord(true);
mnemonicArea.setLineWrap(true);
Expand Down

0 comments on commit 7351102

Please sign in to comment.