From 16caae81237eba58d7fa23f1deabd58a02bc7270 Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 2 Jul 2024 17:11:50 +0900 Subject: [PATCH] i18n fix --- .../block-health-graph.component.ts | 2 +- .../app/components/tracker/tracker-bar.component.html | 2 +- frontend/src/locale/messages.xlf | 11 ++++------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/frontend/src/app/components/block-health-graph/block-health-graph.component.ts b/frontend/src/app/components/block-health-graph/block-health-graph.component.ts index e48d5c091..59f34cd45 100644 --- a/frontend/src/app/components/block-health-graph/block-health-graph.component.ts +++ b/frontend/src/app/components/block-health-graph/block-health-graph.component.ts @@ -60,7 +60,7 @@ export class BlockHealthGraphComponent implements OnInit { } ngOnInit(): void { - this.seoService.setTitle($localize`:@@d7d5fcf50179ad70c938491c517efb82de2c8146:Block Health`); + this.seoService.setTitle($localize`:@@b1fa5b210c9670d49a6506f046d4a0c2797fd402:Block Health`); this.seoService.setDescription($localize`:@@meta.description.bitcoin.graphs.block-health:See Bitcoin block health visualized over time. Block health is a measure of how many expected transactions were included in an actual mined block. Expected transactions are determined using Mempool's re-implementation of Bitcoin Core's transaction selection algorithm.`); this.miningWindowPreference = '24h';//this.miningService.getDefaultTimespan('24h'); this.radioGroupForm = this.formBuilder.group({ dateSpan: this.miningWindowPreference }); diff --git a/frontend/src/app/components/tracker/tracker-bar.component.html b/frontend/src/app/components/tracker/tracker-bar.component.html index ae2a8ffcc..924a937fd 100644 --- a/frontend/src/app/components/tracker/tracker-bar.component.html +++ b/frontend/src/app/components/tracker/tracker-bar.component.html @@ -5,7 +5,7 @@
Soon
-
Next block
+
Next Block
Confirmed
\ No newline at end of file diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index 13e9c87aa..dd710066b 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -2441,19 +2441,16 @@ src/app/components/block-health-graph/block-health-graph.component.html 6 + + src/app/components/block-health-graph/block-health-graph.component.ts + 63 + src/app/components/graphs/graphs.component.html 27 mining.blocks-health - - Block Health - - src/app/components/block-health-graph/block-health-graph.component.ts - 63 - - See Bitcoin block health visualized over time. Block health is a measure of how many expected transactions were included in an actual mined block. Expected transactions are determined using Mempool's re-implementation of Bitcoin Core's transaction selection algorithm.