Update warning message for watch-only wallets to reference Palladium
This commit is contained in:
@@ -645,8 +645,8 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger, QtEventListener):
|
|||||||
if self.wallet.is_watching_only():
|
if self.wallet.is_watching_only():
|
||||||
msg = ' '.join([
|
msg = ' '.join([
|
||||||
_("This wallet is watching-only."),
|
_("This wallet is watching-only."),
|
||||||
_("This means you will not be able to spend Bitcoins with it."),
|
_("This means you will not be able to spend Palladium with it."),
|
||||||
_("Make sure you own the seed phrase or the private keys, before you request Bitcoins to be sent to this wallet.")
|
_("Make sure you own the seed phrase or the private keys, before you request Palladium to be sent to this wallet.")
|
||||||
])
|
])
|
||||||
self.show_warning(msg, title=_('Watch-only wallet'))
|
self.show_warning(msg, title=_('Watch-only wallet'))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user