diff --git a/scripts/joinmarket-qt.py b/scripts/joinmarket-qt.py
index 8229e16..420bf04 100644
--- a/scripts/joinmarket-qt.py
+++ b/scripts/joinmarket-qt.py
@@ -1672,7 +1672,7 @@ class JMMainWindow(QMainWindow):
mb.setText("
".join(seed_recovery_warning))
text = "" + words + ""
if mnemonic_extension:
- text += "
Seed extension: " + mnemonic_extension.decode("utf-8") + ""
+ text += "
Seed extension: " + mnemonic_extension + ""
mb.setInformativeText(text)
mb.setStandardButtons(QMessageBox.Ok)
ret = mb.exec_()