diff --git a/frontend/src/app/components/asset/asset.component.html b/frontend/src/app/components/asset/asset.component.html index 58c58d46e..1116e3d24 100644 --- a/frontend/src/app/components/asset/asset.component.html +++ b/frontend/src/app/components/asset/asset.component.html @@ -72,8 +72,12 @@
-

{{ (transactions?.length | number) || '?' }} of {{ txCount | number }} Peg In/Out and Burn TransactionsIssuance and Burn Transactions

- +

+ {{ (transactions?.length | number) || '?' }} of {{ txCount | number }} + Peg In/Out and Burn Transactions + Issuance and Burn Transactions +

+
diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index b5feb4b09..a1e964d27 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -1397,7 +1397,7 @@ src/app/components/asset/asset.component.html - 143 + 147 src/app/components/transactions-list/transactions-list.component.html @@ -1503,8 +1503,8 @@ API Docs Description api-docs.shared.description - - Default push: action: 'want', data: ['blocks', ...] to express what you want pushed. Available: blocks, mempool-block, live-2h-chart, and stats.Push transactions related to address: 'track-address': '3PbJ...bF9B' to receive all new transactions containing that address as input or output. Returns an array of transactions. address-transactions for new mempool transactions, and block-transactions for new block confirmed transactions. + + Default push: action: 'want', data: ['blocks', ...] to express what you want pushed. Available: blocks, mempool-blocks, live-2h-chart, and stats.Push transactions related to address: 'track-address': '3PbJ...bF9B' to receive all new transactions containing that address as input or output. Returns an array of transactions. address-transactions for new mempool transactions, and block-transactions for new block confirmed transactions. src/app/components/api-docs/api-docs.component.html 19,20 @@ -1970,11 +1970,11 @@ Liquid Asset circulating amount asset.circulating-amount - - of + + of src/app/components/asset/asset.component.html - 75 + 76 asset.M_of_N @@ -1982,7 +1982,7 @@ Peg In/Out and Burn Transactions src/app/components/asset/asset.component.html - 75 + 77 Liquid native asset transactions title @@ -1990,7 +1990,7 @@ Issuance and Burn Transactions src/app/components/asset/asset.component.html - 75 + 78 Default asset transactions title @@ -1998,7 +1998,7 @@ Error loading asset data. src/app/components/asset/asset.component.html - 132 + 136 asset.error.loading-asset-data