diff --git a/scripts/joinmarket-qt.py b/scripts/joinmarket-qt.py index a3bea2b..03af8e5 100644 --- a/scripts/joinmarket-qt.py +++ b/scripts/joinmarket-qt.py @@ -1773,7 +1773,7 @@ class JMMainWindow(QMainWindow): mb.setText("
".join(seed_recovery_warning)) text = "" + words + "" if mnemonic_extension: - text += "

Seed extension: " + mnemonic_extension + "" + text += "

Seed extension: " + mnemonic_extension.decode('utf-8') + "" mb.setInformativeText(text) mb.setStandardButtons(QMessageBox.Ok) ret = mb.exec_()