Skip to content

Commit 859c5e7

Browse files
committed
Merge branch 'develop' of https://github.com/Convex-Dev/convex.git into develop
2 parents 7014231 + e2f1e8c commit 859c5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convex-gui/src/main/java/convex/gui/keys/KeyGenPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public KeyGenPanel(PeerGUI manager) {
238238
add(formPanel, BorderLayout.CENTER);
239239

240240
{ // Mnemonic entry box
241-
addLabel("Mnenomic Phrase","BIP39 Menemonic phrase. These should be random words from the BIP39 standard word list.");
241+
addLabel("Mnemonic Phrase","BIP39 Mnemonic phrase. These should be random words from the BIP39 standard word list.");
242242
mnemonicArea = makeTextArea();
243243
mnemonicArea.setWrapStyleWord(true);
244244
mnemonicArea.setLineWrap(true);

0 commit comments

Comments
 (0)