mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +01:00
Merge pull request #2872 from mempool/simon/indexing-spelling-fix
This commit is contained in:
commit
fc2edbf1d1
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ export class NodesNetworksChartComponent implements OnInit {
|
|||
color: 'grey',
|
||||
fontSize: 15
|
||||
},
|
||||
text: $localize`Indexing in progess`,
|
||||
text: $localize`Indexing in progress`,
|
||||
left: 'center',
|
||||
top: 'center',
|
||||
};
|
||||
|
|
|
@ -109,7 +109,7 @@ export class LightningStatisticsChartComponent implements OnInit {
|
|||
color: 'grey',
|
||||
fontSize: 15
|
||||
},
|
||||
text: $localize`Indexing in progess`,
|
||||
text: $localize`Indexing in progress`,
|
||||
left: 'center',
|
||||
top: 'center'
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue