Skip to content

Commit

Permalink
fix: translate in js
Browse files Browse the repository at this point in the history
(cherry picked from commit 25faec5)
  • Loading branch information
doancan authored and mergify[bot] committed Sep 19, 2024
1 parent 34d159b commit 84e26e2
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 84e26e2

Please sign in to comment.