From 3be5db15d2bb6143101c17a8054797efa48237e1 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Mon, 17 Apr 2023 12:19:59 +0200 Subject: [PATCH] qml: don't show channel backup data in share screen --- electrum/gui/qml/components/ChannelOpenProgressDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qml/components/ChannelOpenProgressDialog.qml b/electrum/gui/qml/components/ChannelOpenProgressDialog.qml index 1094974c8..199b4cdd0 100644 --- a/electrum/gui/qml/components/ChannelOpenProgressDialog.qml +++ b/electrum/gui/qml/components/ChannelOpenProgressDialog.qml @@ -117,7 +117,7 @@ ElDialog { var sharedialog = app.genericShareDialog.createObject(app, { title: qsTr('Save Channel Backup'), - text: dialog.channelBackup, + text_qr: dialog.channelBackup, text_help: qsTr('The channel you created is not recoverable from seed.') + ' ' + qsTr('To prevent fund losses, please save this backup on another device.') + ' ' + qsTr('It may be imported in another Electrum wallet with the same seed.')