mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
updating i18n
This commit is contained in:
parent
8735b62510
commit
20d948c280
2 changed files with 207 additions and 163 deletions
|
@ -80,7 +80,7 @@ export class ActiveAccelerationBox implements OnChanges {
|
|||
data.push(getDataItem(
|
||||
(this.miningStats.lastEstimatedHashrate - totalAcceleratedHashrate),
|
||||
'rgba(127, 127, 127, 0.3)',
|
||||
`not accelerating (${notAcceleratedByPercentage})`,
|
||||
$localize`not accelerating` + ` (${notAcceleratedByPercentage})`,
|
||||
false,
|
||||
) as PieSeriesOption);
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue