We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7014231 + e2f1e8c commit 859c5e7Copy full SHA for 859c5e7
convex-gui/src/main/java/convex/gui/keys/KeyGenPanel.java
@@ -238,7 +238,7 @@ public KeyGenPanel(PeerGUI manager) {
238
add(formPanel, BorderLayout.CENTER);
239
240
{ // Mnemonic entry box
241
- 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.");
242
mnemonicArea = makeTextArea();
243
mnemonicArea.setWrapStyleWord(true);
244
mnemonicArea.setLineWrap(true);
0 commit comments