mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 06:21:46 +01:00
Merge pull request #1863 from mempool/nymkappa/bugfix/i18n-missing
Replace "Indexing in progress" with localized "Indexing blocks"
This commit is contained in:
commit
6bbea198e5
4 changed files with 4 additions and 4 deletions
|
@ -107,7 +107,7 @@ export class BlockSizesWeightsGraphComponent implements OnInit {
|
|||
color: 'grey',
|
||||
fontSize: 15
|
||||
},
|
||||
text: `Indexing in progess`,
|
||||
text: $localize`:@@23555386d8af1ff73f297e89dd4af3f4689fb9dd:Indexing blocks`,
|
||||
left: 'center',
|
||||
top: 'center'
|
||||
};
|
||||
|
|
|
@ -141,7 +141,7 @@ export class HashrateChartComponent implements OnInit {
|
|||
color: 'grey',
|
||||
fontSize: 15
|
||||
},
|
||||
text: `Indexing in progess`,
|
||||
text: $localize`:@@23555386d8af1ff73f297e89dd4af3f4689fb9dd:Indexing blocks`,
|
||||
left: 'center',
|
||||
top: 'center'
|
||||
};
|
||||
|
|
|
@ -155,7 +155,7 @@ export class HashrateChartPoolsComponent implements OnInit {
|
|||
color: 'grey',
|
||||
fontSize: 15
|
||||
},
|
||||
text: `Indexing in progess`,
|
||||
text: $localize`:@@23555386d8af1ff73f297e89dd4af3f4689fb9dd:Indexing blocks`,
|
||||
left: 'center',
|
||||
top: 'center',
|
||||
};
|
||||
|
|
|
@ -111,7 +111,7 @@ export class PoolComponent implements OnInit {
|
|||
color: 'grey',
|
||||
fontSize: 15
|
||||
},
|
||||
text: `Indexing in progress`,
|
||||
text: $localize`:@@23555386d8af1ff73f297e89dd4af3f4689fb9dd:Indexing blocks`,
|
||||
left: 'center',
|
||||
top: 'center'
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue