Update sender's private key label and placeholder to include supported cryptocurrencies

This commit is contained in:
void-57 2025-09-29 23:46:41 +05:30
parent 62c0a7aaf2
commit 7c1e70c50d

View File

@ -543,13 +543,13 @@
<div class="card">
<div class="form-group">
<label><i class="fas fa-key"></i> Sender's Private Key:</label>
<label><i class="fas fa-key"></i> Sender's Private Key (DOGE/BTC/FLO/LTC):</label>
<div class="input-with-actions">
<input
id="privateKey"
class="form-input"
type="password"
placeholder="Sender's Private Key"
placeholder="Sender's Private Key (DOGE/BTC/FLO/LTC)"
onchange="updateSenderAddress()"
onpaste="setTimeout(updateSenderAddress, 10)"
oninput="setTimeout(updateSenderAddress, 10)"