Update warning message for watch-only wallets to reference Palladium

This commit is contained in:
2025-11-26 16:04:13 +01:00
parent 2c4b3030c5
commit e802eb088e

View File

@@ -645,8 +645,8 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger, QtEventListener):
if self.wallet.is_watching_only():
msg = ' '.join([
_("This wallet is watching-only."),
_("This means you will not be able to spend Bitcoins with it."),
_("Make sure you own the seed phrase or the private keys, before you request Bitcoins to be sent to this wallet.")
_("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 Palladium to be sent to this wallet.")
])
self.show_warning(msg, title=_('Watch-only wallet'))