I18n space fix.

This commit is contained in:
softsimon
2021-06-08 22:37:23 -05:00
parent f30777934f
commit a10cd09ba8
2 changed files with 43 additions and 49 deletions

View File

@@ -528,9 +528,7 @@
</div>
<div class="description">
<div class="subtitle">Description</div>
<div i18n="api-docs.fees.recommended|API Docs for /api/v1/fees/recommended">
Returns our currently suggested fees for new transactions.
</div>
<div i18n="api-docs.fees.recommended|API Docs for /api/v1/fees/recommended">Returns our currently suggested fees for new transactions.</div>
</div>
<app-code-template [code]="code.recommendedFees" [network]="network.val" ></app-code-template>
</ng-template>
@@ -564,9 +562,7 @@
</div>
<div class="description">
<div class="subtitle">Description</div>
<div i18n="api-docs.fees.cpfp|API Docs for /api/v1/fees/cpfp">
Returns the ancestors and the best descendant fees for a transaction.
</div>
<div i18n="api-docs.fees.cpfp|API Docs for /api/v1/fees/cpfp">Returns the ancestors and the best descendant fees for a transaction.</div>
</div>
<app-code-template [code]="code.cpfp" [network]="network.val" ></app-code-template>
</ng-template>
@@ -607,9 +603,7 @@
</div>
<div class="description">
<div class="subtitle">Description</div>
<div i18n="api-docs.mempool.txids|API Docs for /api/mempool/txids">
Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind.
</div>
<div i18n="api-docs.mempool.txids|API Docs for /api/mempool/txids">Get the full list of txids in the mempool as an array. The order of the txids is arbitrary and does not match bitcoind.</div>
</div>
<app-code-template [code]="code.mempoolTxs" [network]="network.val" ></app-code-template>