diff --git a/frontend/src/app/components/footer/footer.component.html b/frontend/src/app/components/footer/footer.component.html index 47ec84d89..d24f8f1cd 100644 --- a/frontend/src/app/components/footer/footer.component.html +++ b/frontend/src/app/components/footer/footer.component.html @@ -8,17 +8,19 @@
-
{{ mempoolInfoData.vBytesPerSecond | ceil | number }} vBytes/s
+
{{ mempoolInfoData.vBytesPerSecond | ceil | number }} vB/s
- Unconfirmed transactions: + Unconfirmed:
{{ mempoolInfoData.memPoolInfo.size | number }}
- Mempool size: -
{{ mempoolBlocksData.size | bytes }} ({{ mempoolBlocksData.blocks }} blocks)
+ Mempool size: +
{{ mempoolBlocksData.size | bytes }} ()
+ {{ i }} block + {{ i }} blocks
diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.html b/frontend/src/app/components/transactions-list/transactions-list.component.html index 194d9356e..a3af65da1 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -206,7 +206,7 @@ {{ i }} confirmations - +   diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index 461bad2a5..6d72a3d67 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -86,6 +86,10 @@ src/app/components/transaction/transaction.component.html 22 + + src/app/components/transactions-list/transactions-list.component.html + 209 + Transaction unconfirmed state transaction.unconfirmed @@ -410,6 +414,10 @@ src/app/components/transaction/transaction.component.html 297 + + src/app/components/footer/footer.component.html + 22 + src/app/dashboard/dashboard.component.html 165 @@ -426,6 +434,10 @@ src/app/components/mempool-blocks/mempool-blocks.component.html 30 + + src/app/components/footer/footer.component.html + 23 + src/app/dashboard/dashboard.component.html 166 @@ -585,18 +597,6 @@ sat shared.sat - - Unconfirmed - - src/app/components/transactions-list/transactions-list.component.html - 209 - - - src/app/components/footer/footer.component.html - 16 - - transactions-list.unconfirmed - Confidential @@ -1329,21 +1329,31 @@ footer.tx-vbytes-per-second - - transactions + + Unconfirmed src/app/components/footer/footer.component.html 16 - shared.transactions + + src/app/dashboard/dashboard.component.html + 170 + + Unconfirmed count + dashboard.unconfirmed - - Mempool size: + + Mempool size src/app/components/footer/footer.component.html 20 - footer.mempool-size + + src/app/dashboard/dashboard.component.html + 162 + + Mempool size + dashboard.mempool-size Backend is synchronizing @@ -1357,8 +1367,8 @@ footer.backend-is-synchronizing - - vBytes/s + + vB/s src/app/components/footer/footer.component.html 11 @@ -1760,24 +1770,6 @@ dashboard.collapse - - Mempool size - - src/app/dashboard/dashboard.component.html - 162 - - Mempool size - dashboard.mempool-size - - - Unconfirmed - - src/app/dashboard/dashboard.component.html - 170 - - Unconfirmed count - dashboard.unconfirmed - Incoming transactions