diff --git a/frontend/src/app/components/block-predictions-graph/block-predictions-graph.component.html b/frontend/src/app/components/block-prediction-graph/block-prediction-graph.component.html
similarity index 76%
rename from frontend/src/app/components/block-predictions-graph/block-predictions-graph.component.html
rename to frontend/src/app/components/block-prediction-graph/block-prediction-graph.component.html
index 79806eb2b..64cd32fd1 100644
--- a/frontend/src/app/components/block-predictions-graph/block-predictions-graph.component.html
+++ b/frontend/src/app/components/block-prediction-graph/block-prediction-graph.component.html
@@ -2,41 +2,41 @@
diff --git a/frontend/src/app/graphs/graphs.module.ts b/frontend/src/app/graphs/graphs.module.ts
index 8cdc51608..39a493134 100644
--- a/frontend/src/app/graphs/graphs.module.ts
+++ b/frontend/src/app/graphs/graphs.module.ts
@@ -22,7 +22,7 @@ import { DashboardComponent } from '../dashboard/dashboard.component';
import { MiningDashboardComponent } from '../components/mining-dashboard/mining-dashboard.component';
import { HashrateChartComponent } from '../components/hashrate-chart/hashrate-chart.component';
import { HashrateChartPoolsComponent } from '../components/hashrates-chart-pools/hashrate-chart-pools.component';
-import { BlockPredictionsGraphComponent } from '../components/block-predictions-graph/block-predictions-graph.component';
+import { BlockPredictionGraphComponent } from '../components/block-prediction-graph/block-prediction-graph.component';
import { CommonModule } from '@angular/common';
@NgModule({
@@ -48,7 +48,7 @@ import { CommonModule } from '@angular/common';
LbtcPegsGraphComponent,
HashrateChartComponent,
HashrateChartPoolsComponent,
- BlockPredictionsGraphComponent,
+ BlockPredictionGraphComponent,
],
imports: [
CommonModule,
diff --git a/frontend/src/app/graphs/graphs.routing.module.ts b/frontend/src/app/graphs/graphs.routing.module.ts
index fd3efaba4..5c6daae7f 100644
--- a/frontend/src/app/graphs/graphs.routing.module.ts
+++ b/frontend/src/app/graphs/graphs.routing.module.ts
@@ -1,6 +1,6 @@
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
-import { BlockPredictionsGraphComponent } from '../components/block-predictions-graph/block-predictions-graph.component';
+import { BlockPredictionGraphComponent } from '../components/block-prediction-graph/block-prediction-graph.component';
import { BlockFeeRatesGraphComponent } from '../components/block-fee-rates-graph/block-fee-rates-graph.component';
import { BlockFeesGraphComponent } from '../components/block-fees-graph/block-fees-graph.component';
import { BlockRewardsGraphComponent } from '../components/block-rewards-graph/block-rewards-graph.component';
@@ -94,8 +94,8 @@ const routes: Routes = [
redirectTo: 'mempool',
},
{
- path: 'mining/block-predictions',
- component: BlockPredictionsGraphComponent,
+ path: 'mining/block-prediction',
+ component: BlockPredictionGraphComponent,
},
]
},
diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf
index a79d7c91c..0648705b1 100644
--- a/frontend/src/locale/messages.xlf
+++ b/frontend/src/locale/messages.xlf
@@ -1848,7 +1848,7 @@
137
- src/app/components/block-predictions-graph/block-predictions-graph.component.ts
+ src/app/components/block-prediction-graph/block-prediction-graph.component.ts
128
@@ -1871,7 +1871,7 @@
139
- src/app/components/block-predictions-graph/block-predictions-graph.component.ts
+ src/app/components/block-prediction-graph/block-prediction-graph.component.ts
130
@@ -2076,14 +2076,14 @@
Transaction Virtual Size
transaction.vsize
-
- Block Predictions Accuracy
+
+ Block Prediction Accuracy
- src/app/components/block-predictions-graph/block-predictions-graph.component.html
+ src/app/components/block-prediction-graph/block-prediction-graph.component.html
5,7
- src/app/components/block-predictions-graph/block-predictions-graph.component.ts
+ src/app/components/block-prediction-graph/block-prediction-graph.component.ts
63
@@ -2095,7 +2095,7 @@
Match rate
- src/app/components/block-predictions-graph/block-predictions-graph.component.ts
+ src/app/components/block-prediction-graph/block-prediction-graph.component.ts
176,174