Skip to content

Commit

Permalink
Merge pull request #43274 from doancan/translate-fix
Browse files Browse the repository at this point in the history
fix: translate in js
  • Loading branch information
ruthra-kumar authored Sep 19, 2024
2 parents 3e7a7a5 + 25faec5 commit 729c3c6
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 @@ -213,7 +213,7 @@ frappe.ui.form.on("Asset", {
<div class="row">
<div class="col-xs-12 col-sm-6">
<span class="indicator whitespace-nowrap red">
<span>Failed to post depreciation entries</span>
<span>${__("Failed to post depreciation entries")}</span>
</span>
</div>
</div>`;
Expand Down

0 comments on commit 729c3c6

Please sign in to comment.