Update sender's private key label and placeholder to include supported cryptocurrencies
This commit is contained in:
parent
62c0a7aaf2
commit
7c1e70c50d
@ -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)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user