fix typo in warning message shown when enabling lightning (#7782)
This commit is contained in:
@@ -1461,7 +1461,7 @@ class ElectrumWindow(App, Logger):
|
|||||||
else:
|
else:
|
||||||
msg = _(
|
msg = _(
|
||||||
"Warning: this wallet type does not support channel recovery from seed. "
|
"Warning: this wallet type does not support channel recovery from seed. "
|
||||||
"You will need to backup your wallet everytime you create a new wallet. "
|
"You will need to backup your wallet everytime you create a new channel. "
|
||||||
"Create lightning keys?")
|
"Create lightning keys?")
|
||||||
d = Question(msg, self._enable_lightning, title=_('Enable Lightning?'))
|
d = Question(msg, self._enable_lightning, title=_('Enable Lightning?'))
|
||||||
d.open()
|
d.open()
|
||||||
|
|||||||
@@ -2608,7 +2608,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
|||||||
else:
|
else:
|
||||||
msg = _(
|
msg = _(
|
||||||
"Warning: this wallet type does not support channel recovery from seed. "
|
"Warning: this wallet type does not support channel recovery from seed. "
|
||||||
"You will need to backup your wallet everytime you create a new wallet. "
|
"You will need to backup your wallet everytime you create a new channel. "
|
||||||
"Create lightning keys?")
|
"Create lightning keys?")
|
||||||
if self.question(msg):
|
if self.question(msg):
|
||||||
self._init_lightning_dialog(dialog=dialog)
|
self._init_lightning_dialog(dialog=dialog)
|
||||||
|
|||||||
Reference in New Issue
Block a user