updating i18n
This commit is contained in:
@@ -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
Reference in New Issue
Block a user