diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 80ed81634..43c613bd9 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -111,6 +111,12 @@ font-weight: 300; color: $light-gray; } + &__icon { + width: 20px; + position: relative; + top: 4px; + color: $light-gray; + } } } .release { diff --git a/www/img/icon-important.svg b/www/img/icon-important.svg new file mode 100644 index 000000000..4f113aaf2 --- /dev/null +++ b/www/img/icon-important.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/www/views/modals/wallet-balance.html b/www/views/modals/wallet-balance.html index 04633ef3c..8d147df97 100644 --- a/www/views/modals/wallet-balance.html +++ b/www/views/modals/wallet-balance.html @@ -7,12 +7,9 @@ Balance -
All of your bitcoin wallet balance may not be available for immediate spending.
-
-
Total is the total amount of bitcoin stored in this wallet. It is the sum of Available, Confirming, and Locked balances.
@@ -30,7 +27,6 @@
-
Available is the immediatley spendable amount of bitcoin stored in this wallet. It is the Total less Confirming and Locked balances. If you have enabled Use Unconfirmed Funds setting then the Available amount is the Total less Locked balance.
@@ -48,7 +44,6 @@
-
Confirming is the amount of bitcoin stored in this wallet with fewer than 3 block chain confirmations.
@@ -66,7 +61,6 @@
-
Locked 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.
@@ -84,8 +78,6 @@
- -
diff --git a/www/views/tab-home.html b/www/views/tab-home.html index c91668670..4d87b3efb 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -80,7 +80,8 @@ Incomplete - {{wallet.status.pendingBalanceStr}} + {{wallet.status.totalBalanceStr}} + [Balance Hidden] {{wallet.m}}-of-{{wallet.n}}