updating i18n
This commit is contained in:
parent
8735b62510
commit
20d948c280
@ -80,7 +80,7 @@ export class ActiveAccelerationBox implements OnChanges {
|
|||||||
data.push(getDataItem(
|
data.push(getDataItem(
|
||||||
(this.miningStats.lastEstimatedHashrate - totalAcceleratedHashrate),
|
(this.miningStats.lastEstimatedHashrate - totalAcceleratedHashrate),
|
||||||
'rgba(127, 127, 127, 0.3)',
|
'rgba(127, 127, 127, 0.3)',
|
||||||
`not accelerating (${notAcceleratedByPercentage})`,
|
$localize`not accelerating` + ` (${notAcceleratedByPercentage})`,
|
||||||
false,
|
false,
|
||||||
) as PieSeriesOption);
|
) as PieSeriesOption);
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user