fix: translation in chart.js
fix: translation in chart.js
This commit is contained in:
parent
220cdf2575
commit
a5c3592bd2
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ frappe.ui.RealtimeChart = class RealtimeChart extends frappe.Chart {
|
|||
} else {
|
||||
this.currentSize++;
|
||||
}
|
||||
this.addDataPoint(label, data);
|
||||
this.addDataPoint(__(label), data);
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue