chore: fix typo for keypair error string
This commit is contained in:
parent
9ce23fe556
commit
e896267874
|
@ -79,5 +79,5 @@ class WalletSeedPhrase(Enum):
|
|||
|
||||
class WalletAccountPopup(Enum):
|
||||
WALLET_ACCOUNT_NAME_MIN = 'Account name must be at least 5 characters'
|
||||
WALLET_KEYPAIR_NAME_MIN = 'Key pair name must be at least 5 characters'
|
||||
WALLET_KEYPAIR_MIN = 'Key pair must be at least 5 characters'
|
||||
WALLET_KEYPAIR_NAME_MIN = 'Key pair name must be at least 5 character(s)'
|
||||
WALLET_KEYPAIR_MIN = 'Key pair must be at least 5 character(s)'
|
||||
|
|
Loading…
Reference in New Issue