|
|
|
|
@ -45,16 +45,16 @@ ElDialog {
|
|
|
|
|
visible: !Daemon.currentWallet.lightningHasDeterministicNodeId |
|
|
|
|
iconStyle: InfoTextArea.IconStyle.Warn |
|
|
|
|
text: Daemon.currentWallet.seedType == 'segwit' |
|
|
|
|
? [ qsTr('Your channels cannot be recovered from seed, because they were created with an old version of Electrum.'), |
|
|
|
|
qsTr('This means that you must save a backup of your wallet everytime you create a new channel.'), |
|
|
|
|
? [ qsTr('Your channels cannot be recovered from seed, because they were created with an old version of Electrum.'), ' ', |
|
|
|
|
qsTr('This means that you must save a backup of your wallet every time you create a new channel.'), |
|
|
|
|
'\n\n', |
|
|
|
|
qsTr('If you want this wallet to have recoverable channels, you must close your existing channels and restore this wallet from seed.') |
|
|
|
|
].join(' ') |
|
|
|
|
: [ qsTr('Your channels cannot be recovered from seed.'), |
|
|
|
|
qsTr('This means that you must save a backup of your wallet everytime you create a new channel.'), |
|
|
|
|
].join('') |
|
|
|
|
: [ qsTr('Your channels cannot be recovered from seed.'), ' ', |
|
|
|
|
qsTr('This means that you must save a backup of your wallet every time you create a new channel.'), |
|
|
|
|
'\n\n', |
|
|
|
|
qsTr('If you want to have recoverable channels, you must create a new wallet with an Electrum seed') |
|
|
|
|
].join(' ') |
|
|
|
|
].join('') |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
InfoTextArea { |
|
|
|
|
|