fix: add title for translation in asset.js
(cherry picked from commit 61439132a4)
This commit is contained in:
@@ -416,7 +416,7 @@ frappe.ui.form.on("Asset", {
|
||||
}
|
||||
|
||||
frm.dashboard.render_graph({
|
||||
title: "Asset Value",
|
||||
title: __("Asset Value"),
|
||||
data: {
|
||||
labels: x_intervals,
|
||||
datasets: [
|
||||
|
||||
Reference in New Issue
Block a user