fix spelling of TREZOR and SatoshiLabs
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from electrum.i18n import _
|
||||
|
||||
fullname = 'Trezor Wallet'
|
||||
description = _('Provides support for Trezor hardware wallet')
|
||||
fullname = 'TREZOR Wallet'
|
||||
description = _('Provides support for TREZOR hardware wallet')
|
||||
requires = [('trezorlib','github.com/trezor/python-trezor')]
|
||||
requires_wallet_type = ['trezor']
|
||||
registers_wallet_type = ('hardware', 'trezor', _("Trezor wallet"))
|
||||
registers_wallet_type = ('hardware', 'trezor', _("TREZOR wallet"))
|
||||
available_for = ['qt', 'cmdline']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user