diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html index 3f7e718b3..54f67796c 100644 --- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html +++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html @@ -292,7 +292,7 @@ Confirmation expected } @else { - Confirmation expected within several hours + Confirmation expected within several hours } @@ -518,7 +518,7 @@ @if (!calculating) { fee ({{ cost | number }} sats) } @else { - Calculating cost... + Calculating cost... } @@ -533,7 +533,7 @@ @if (isLoggedIn() || canPayWithBitcoin || canPayWithCashapp) { - Accelerate + Accelerate } @else { @@ -547,7 +547,7 @@ @if (isLoggedIn()) { - Pay + Pay } @else { diff --git a/frontend/src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts b/frontend/src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts index a6fca2469..4255e839e 100644 --- a/frontend/src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts +++ b/frontend/src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts @@ -182,9 +182,9 @@ export class BlockFeesSubsidyGraphComponent implements OnInit { if (this.displayMode === 'normal') tooltip += `${formatNumber(data.reduce((acc, val) => acc + val.data, 0), this.locale, '1.0-3')} BTC`; else if (this.displayMode === 'fiat') tooltip += `${this.fiatCurrencyPipe.transform(data.reduce((acc, val) => acc + val.data, 0), null, 'USD')}`; if (['24h', '3d'].includes(this.zoomTimeSpan)) { - tooltip += `` + $localize`At block ${data[0].axisValue}` + ``; + tooltip += `` + $localize`At block ${'' + data[0].axisValue}` + ``; } else { - tooltip += `` + $localize`Around block ${data[0].axisValue}` + ``; + tooltip += `` + $localize`Around block ${'' + data[0].axisValue}` + ``; } return tooltip; }.bind(this) diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index 77697375a..ce0e2be95 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -699,6 +699,14 @@ accelerator.accelerate-your-transaction + + Confirmation expected within several hours + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 295 + + accelerator.confirmation-expected-within-hours + Your transaction will be prioritized by up to % of miners. @@ -719,6 +727,14 @@ or + + Calculating cost... + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 521 + + accelerator.calculating-cost + customize @@ -735,6 +751,36 @@ accelerator.accelerate-to-x + + Accelerate + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 536 + + + src/app/components/transaction/transaction.component.html + 139 + + + src/app/components/transaction/transaction.component.html + 557 + + + src/app/components/transaction/transaction.component.html + 566 + + Accelerate button label + transaction.accelerate + + + Pay + + src/app/components/accelerate-checkout/accelerate-checkout.component.html + 550 + + Pay button label + transaction.pay + sat @@ -2145,15 +2191,15 @@ 79 - - At block <b style="color: white; margin-left: 2px"> + + At block src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts 185 - - Around block <b style="color: white; margin-left: 2px"> + + Around block src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts 187 @@ -6355,23 +6401,6 @@ Transaction Ancestor transaction.ancestor - - Accelerate - - src/app/components/transaction/transaction.component.html - 139 - - - src/app/components/transaction/transaction.component.html - 557 - - - src/app/components/transaction/transaction.component.html - 566 - - Accelerate button label - transaction.accelerate - Hide accelerator