Additional text changes on balance view.

This commit is contained in:
Andy Phillipson 2016-12-13 18:16:14 -05:00
parent dfda586103
commit bee7b21288
1 changed files with 4 additions and 4 deletions

View File

@ -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.</div>
<div class="wallet-balance__description" translate>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 immediately spendable amount of bitcoin stored in this wallet.</div>
<div class="wallet-balance__description" translate>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">
@ -71,7 +71,7 @@
</span>
</div>
</div>
<div class="wallet-balance__description" translate><b>Confirming</b> is the amount of bitcoin stored in this wallet with less than 1 block chain confirmation.</div>
<div class="wallet-balance__description" translate>The amount of bitcoin stored in this wallet with less than 1 block chain confirmation.</div>
</div>
<div class="wallet-balance__list list card">
<div class="wallet-balance__item item">
@ -90,7 +90,7 @@
</span>
</div>
</div>
<div class="wallet-balance__description" translate><b>Locked</b> is the amount of bitcoin stored in this wallet that is allocated as inputs to pending transaction proposals. This amount is determined using unspent transaction outputs associated with the wallet and may be more than the actual amounts associated with your pending transaction proposals.</div>
<div class="wallet-balance__description" translate>The amount of bitcoin stored in this wallet that is allocated as inputs to your pending transaction proposals. The amount is determined using unspent transaction outputs associated with this wallet and may be more than the actual amounts associated with your pending transaction proposals.</div>
</div>
</ion-content>
</ion-modal-view>