diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf
index 8c92d0840..529f77eb9 100644
--- a/frontend/src/locale/messages.xlf
+++ b/frontend/src/locale/messages.xlf
@@ -743,11 +743,11 @@
src/app/components/about/about.component.html
- 198,202
+ 282,288src/app/components/api-docs/api-docs.component.html
- 835,839
+ 833,837src/app/dashboard/dashboard.component.html
@@ -1259,7 +1259,7 @@
The Mempool Open Source Projectsrc/app/components/about/about.component.html
- 11,12
+ 13,16about.about-the-project
@@ -1267,14 +1267,14 @@
An explorer and API developed and operated for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem, without ads, altcoins, or third-party trackers.src/app/components/about/about.component.html
- 12,16
+ 16,20Enterprise Sponsors 🚀src/app/components/about/about.component.html
- 31,33
+ 47,50about.sponsors.enterprise.withRocket
@@ -1282,7 +1282,7 @@
Community Sponsors ❤️src/app/components/about/about.component.html
- 49,52
+ 73,76about.sponsors.withHeart
@@ -1290,7 +1290,7 @@
Become a sponsor ❤️src/app/components/about/about.component.html
- 61,62
+ 86,87about.become-a-sponsor
@@ -1298,7 +1298,7 @@
Navigate to https://mempool.space/sponsor to sponsorsrc/app/components/about/about.component.html
- 62
+ 87src/app/components/sponsor/sponsor.component.html
@@ -1310,7 +1310,7 @@
Community Integrationssrc/app/components/about/about.component.html
- 66,69
+ 92,95about.integrations
@@ -1318,7 +1318,7 @@
Community Alliancessrc/app/components/about/about.component.html
- 133,135
+ 202,205about.alliances
@@ -1326,7 +1326,7 @@
Project Contributorssrc/app/components/about/about.component.html
- 148,150
+ 220,222about.contributors
@@ -1334,7 +1334,7 @@
Project Maintainerssrc/app/components/about/about.component.html
- 162,164
+ 236,239about.maintainers
@@ -1673,11 +1673,11 @@
API Docs for /api/v1/fees/recommendedapi-docs.fees.recommended
-
- Returns current mempool as projected blocks.
+
+ Returns current mempool as projected blocks.src/app/components/api-docs/api-docs.component.html
- 548,551
+ 547,549API Docs for /api/v1/fees/mempool-blocksapi-docs.fees.mempool-blocks
@@ -1686,7 +1686,7 @@
Returns the ancestors and the best descendant fees for a transaction.src/app/components/api-docs/api-docs.component.html
- 565,567
+ 563,565API Docs for /api/v1/fees/cpfpapi-docs.fees.cpfp
@@ -1695,7 +1695,7 @@
Mempoolsrc/app/components/api-docs/api-docs.component.html
- 575,577
+ 573,575API Docs tab for Mempoolapi-docs.tab.mempool
@@ -1704,7 +1704,7 @@
Returns current mempool backlog statistics.src/app/components/api-docs/api-docs.component.html
- 590,592
+ 588,590API Docs for /api/mempoolapi-docs.mempool.mempool
@@ -1713,7 +1713,7 @@
Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind.src/app/components/api-docs/api-docs.component.html
- 606,609
+ 604,607API Docs for /api/mempool/txidsapi-docs.mempool.txids
@@ -1722,7 +1722,7 @@
Get a list of the last 10 transactions to enter the mempool. Each transaction object contains simplified overview data, with the following fields: txid, fee, vsize, and value.src/app/components/api-docs/api-docs.component.html
- 624,625
+ 622,623API Docs for /api/mempool/recentapi-docs.mempool.recent
@@ -1731,7 +1731,7 @@
Transactionssrc/app/components/api-docs/api-docs.component.html
- 635,638
+ 633,636API Docs tab for Transactionsapi-docs.tab.transactions
@@ -1740,70 +1740,70 @@
Returns details about a transaction. Available fields: txid, version, locktime, size, weight, fee, vin, vout, and status.src/app/components/api-docs/api-docs.component.html
- 649,650
+ 647,648Returns a transaction serialized as hex.src/app/components/api-docs/api-docs.component.html
- 668,671
+ 666,669Returns a merkle inclusion proof for the transaction using bitcoind's merkleblock format.src/app/components/api-docs/api-docs.component.html
- 686,687
+ 684,685Returns a merkle inclusion proof for the transaction using Electrum's blockchain.transaction.get_merkle format.src/app/components/api-docs/api-docs.component.html
- 706,707
+ 704,705Returns the spending status of a transaction output. Available fields: spent (boolean), txid (optional), vin (optional), and status (optional, the status of the spending tx).src/app/components/api-docs/api-docs.component.html
- 725,726
+ 723,724Returns the spending status of all transaction outputs.src/app/components/api-docs/api-docs.component.html
- 744,747
+ 742,745Returns a transaction as binary data.src/app/components/api-docs/api-docs.component.html
- 763,766
+ 761,764Returns the confirmation status of a transaction. Available fields: confirmed (boolean), block_height (optional), and block_hash (optional).src/app/components/api-docs/api-docs.component.html
- 782,783
+ 780,781Broadcast a raw transaction to the network. The transaction should be provided as hex in the request body. The txid will be returned on success.src/app/components/api-docs/api-docs.component.html
- 802,803
+ 800,801Websocketsrc/app/components/api-docs/api-docs.component.html
- 812,816
+ 810,814API Docs tab for Websocketapi-docs.tab.websocket
@@ -1812,7 +1812,7 @@
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
- 821,822
+ 819,820api-docs.websocket.websocket