1
0

Update Ledger website to ledger.com in error message

This commit is contained in:
Salvatore Ingala
2022-11-07 14:29:02 +01:00
parent 8a3fed9bc9
commit f3eb492dca

View File

@@ -51,9 +51,9 @@ except ImportError as e:
MSG_NEEDS_FW_UPDATE_GENERIC = _('Firmware version too old. Please update at') + \
' https://www.ledgerwallet.com'
' https://www.ledger.com'
MSG_NEEDS_FW_UPDATE_SEGWIT = _('Firmware version (or "Bitcoin" app) too old for Segwit support. Please update at') + \
' https://www.ledgerwallet.com'
' https://www.ledger.com'
MULTI_OUTPUT_SUPPORT = '1.1.4'
SEGWIT_SUPPORT = '1.1.10'
SEGWIT_SUPPORT_SPECIAL = '1.0.4'