Skip to content

Commit

Permalink
fix: add title for translation in asset.js
Browse files Browse the repository at this point in the history
(cherry picked from commit 6143913)
  • Loading branch information
mahsem authored and mergify[bot] committed Dec 5, 2024
1 parent ecc756b commit aed90f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/assets/doctype/asset/asset.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ frappe.ui.form.on("Asset", {
}

frm.dashboard.render_graph({
title: "Asset Value",
title: __("Asset Value"),
data: {
labels: x_intervals,
datasets: [
Expand Down

0 comments on commit aed90f7

Please sign in to comment.