Skip to content

Commit

Permalink
Merge pull request #515 from ash-mcc/develop
Browse files Browse the repository at this point in the history
Fixed typo in the word mnemonic - 2 occurrences.
  • Loading branch information
mikera authored Nov 6, 2024
2 parents 947339d + 7351102 commit e2f1e8c
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 e2f1e8c

Please sign in to comment.