Balance view text updates.
This commit is contained in:
parent
58478b8113
commit
dfda586103
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="wallet-balance__description" translate><b>Total</b> is the total amount of bitcoin stored in this wallet; the sum of Available, Confirming, and Locked amounts.</div>
|
||||
<div class="wallet-balance__description" translate><b>Total</b> is the total amount of bitcoin stored in this wallet.</div>
|
||||
</div>
|
||||
<div class="wallet-balance__list list card">
|
||||
<div class="wallet-balance__item item">
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="wallet-balance__description" translate><b>Available</b> is the immediatley spendable amount of bitcoin stored in this wallet; the Total less Confirming and Locked amounts.</div>
|
||||
<div class="wallet-balance__description" translate><b>Available</b> is the immediately spendable amount of bitcoin stored in this wallet.</div>
|
||||
</div>
|
||||
<div class="wallet-balance__list list card">
|
||||
<div class="wallet-balance__item item">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue