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 4255e839e..18e57ada8 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
@@ -75,7 +75,7 @@ export class BlockFeesSubsidyGraphComponent implements OnInit {
}
ngOnInit(): void {
- this.seoService.setTitle($localize`:@@mining.block-fees-subsidy:Block Fees Vs Subsidy`);
+ this.seoService.setTitle($localize`:@@41545303ec98792b738d6237adbd1f3b54a22196:Block Fees Vs Subsidy`);
this.seoService.setDescription($localize`:@@meta.description.bitcoin.graphs.block-fees-subsidy:See the mining fees earned per Bitcoin block compared to the Bitcoin block subsidy, visualized in BTC and USD over time.`);
this.miningWindowPreference = this.miningService.getDefaultTimespan('24h');
diff --git a/frontend/src/app/components/graphs/graphs.component.html b/frontend/src/app/components/graphs/graphs.component.html
index 294d32c1e..ada122548 100644
--- a/frontend/src/app/components/graphs/graphs.component.html
+++ b/frontend/src/app/components/graphs/graphs.component.html
@@ -18,7 +18,7 @@
Block Fees
Block Fees Vs Subsidy
+ i18n="mining.block-fees-subsidy-subsidy">Block Fees Vs Subsidy
Block Rewards
src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.html
6
+
+ src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts
+ 78
+
src/app/components/graphs/graphs.component.html
21
mining.block-fees-subsidy-subsidy
-
- Block Fees Vs Subsidy
-
- src/app/components/block-fees-subsidy-graph/block-fees-subsidy-graph.component.ts
- 78
-
-
See the mining fees earned per Bitcoin block compared to the Bitcoin block subsidy, visualized in BTC and USD over time.