diff --git a/index.html b/index.html index 9786baa..bd789b0 100644 --- a/index.html +++ b/index.html @@ -394,7 +394,7 @@
- + @@ -795,7 +795,7 @@ // Check if it looks like an address (ALGO address is 58 chars, BTC/FLO addresses are shorter) if (privateKey.length === 58 || (privateKey.length >= 25 && privateKey.length <= 35 && !isBase58Key)) { - showNotification('⚠️ Addresses are not allowed. Please enter a BTC/FLO/ALGO private key', 'error'); + showNotification('⚠️ Invalid private key format. Please enter a valid BTC/FLO/ALGO private key', 'error'); return; }