diff --git a/index.html b/index.html index 1d1baff..0145e3b 100644 --- a/index.html +++ b/index.html @@ -442,7 +442,7 @@ if (!value) return { isValid: false, errorText: 'Please enter a private key' } return { isValid: floCrypto.getPubKeyHex(value), - errorText: `Invalid private key.
It usually starts with "L" or "R".` + errorText: `Invalid private key.` } } }, @@ -452,7 +452,7 @@ if (!value) return { isValid: false, errorText: 'Please enter a private key or eth address' } return { isValid: floCrypto.getPubKeyHex(value) || ethOperator.isValidAddress(value), - errorText: `Invalid private key or eth address.
It usually starts with "L" or "R" or "0x"` + errorText: `Invalid private key or eth address"` } } } @@ -786,7 +786,7 @@ Check balance - +