Skip to content

Commit

Permalink
Merge pull request #43293 from frappe/mergify/bp/version-15-hotfix/pr…
Browse files Browse the repository at this point in the history
…-43274

fix: translate in js (backport #43274)
  • Loading branch information
ruthra-kumar committed Sep 19, 2024
2 parents 34d159b + 84e26e2 commit e90532e
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 e90532e

Please sign in to comment.