mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-01 09:36:53 +00:00
Merge pull request #44543 from frappe/mergify/bp/version-14-hotfix/pr-44537
fix: add title for translation in asset.js (backport #44537)
This commit is contained in:
@@ -318,7 +318,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