mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
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):
|
class WalletAccountPopup(Enum):
|
||||||
WALLET_ACCOUNT_NAME_MIN = 'Account name must be at least 5 characters'
|
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_NAME_MIN = 'Key pair name must be at least 5 character(s)'
|
||||||
WALLET_KEYPAIR_MIN = 'Key pair must be at least 5 characters'
|
WALLET_KEYPAIR_MIN = 'Key pair must be at least 5 character(s)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user