qml: don't show channel backup data in share screen
This commit is contained in:
@@ -117,7 +117,7 @@ ElDialog {
|
|||||||
|
|
||||||
var sharedialog = app.genericShareDialog.createObject(app, {
|
var sharedialog = app.genericShareDialog.createObject(app, {
|
||||||
title: qsTr('Save Channel Backup'),
|
title: qsTr('Save Channel Backup'),
|
||||||
text: dialog.channelBackup,
|
text_qr: dialog.channelBackup,
|
||||||
text_help: qsTr('The channel you created is not recoverable from seed.')
|
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('To prevent fund losses, please save this backup on another device.')
|
||||||
+ ' ' + qsTr('It may be imported in another Electrum wallet with the same seed.')
|
+ ' ' + qsTr('It may be imported in another Electrum wallet with the same seed.')
|
||||||
|
|||||||
Reference in New Issue
Block a user