Update address references in ReceiveTab to reflect Pallectrum terminology

This commit is contained in:
2025-12-06 18:11:12 +01:00
parent 8bd86fa2fb
commit 1b55e262a5
2 changed files with 3 additions and 3 deletions

View File

@@ -189,8 +189,8 @@ class ReceiveTab(QWidget, MessageBoxMixin, Logger):
_('This information is seen by the recipient if you send them a signed payment request.'),
'\n\n',
_('For on-chain requests, the address gets reserved until expiration. After that, it might get reused.'), ' ',
_('The bitcoin address never expires and will always be part of this electrum wallet.'), ' ',
_('You can reuse a bitcoin address any number of times but it is not good for your privacy.'),
_('The palladium address never expires and will always be part of this pallectrum wallet.'), ' ',
_('You can reuse a palladium address any number of times but it is not good for your privacy.'),
'\n\n',
_('For Lightning requests, payments will not be accepted after the expiration.'),
])

View File

@@ -858,7 +858,7 @@ Warning: setting this to too low will result in lots of payment failures."""),
)
BTC_AMOUNTS_ADD_THOUSANDS_SEP = ConfigVar(
'amt_add_thousands_sep', default=False, type_=bool,
short_desc=lambda: _("Add thousand separators to bitcoin amounts"),
short_desc=lambda: _("Add thousand separators to palladium amounts"),
)
BLOCK_EXPLORER = ConfigVar(