Replace "Indexing in progress" with localized "Indexing blocks"

This commit is contained in:
nymkappa 2022-06-10 23:29:27 +02:00
parent feb1c051e1
commit 3243b1a3cb
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04
4 changed files with 4 additions and 4 deletions

View File

@ -107,7 +107,7 @@ export class BlockSizesWeightsGraphComponent implements OnInit {
color: 'grey', color: 'grey',
fontSize: 15 fontSize: 15
}, },
text: `Indexing in progess`, text: $localize`:@@23555386d8af1ff73f297e89dd4af3f4689fb9dd:Indexing blocks`,
left: 'center', left: 'center',
top: 'center' top: 'center'
}; };

View File

@ -141,7 +141,7 @@ export class HashrateChartComponent implements OnInit {
color: 'grey', color: 'grey',
fontSize: 15 fontSize: 15
}, },
text: `Indexing in progess`, text: $localize`:@@23555386d8af1ff73f297e89dd4af3f4689fb9dd:Indexing blocks`,
left: 'center', left: 'center',
top: 'center' top: 'center'
}; };

View File

@ -155,7 +155,7 @@ export class HashrateChartPoolsComponent implements OnInit {
color: 'grey', color: 'grey',
fontSize: 15 fontSize: 15
}, },
text: `Indexing in progess`, text: $localize`:@@23555386d8af1ff73f297e89dd4af3f4689fb9dd:Indexing blocks`,
left: 'center', left: 'center',
top: 'center', top: 'center',
}; };

View File

@ -111,7 +111,7 @@ export class PoolComponent implements OnInit {
color: 'grey', color: 'grey',
fontSize: 15 fontSize: 15
}, },
text: `Indexing in progress`, text: $localize`:@@23555386d8af1ff73f297e89dd4af3f4689fb9dd:Indexing blocks`,
left: 'center', left: 'center',
top: 'center' top: 'center'
}; };