Skip to content

Commit

Permalink
'Make Asset Movement' button translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ihesamyou committed Apr 4, 2023
1 parent 12325cb commit b70615e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/assets/doctype/asset/asset_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ frappe.listview_settings['Asset'] = {
}
},
onload: function(me) {
me.page.add_action_item('Make Asset Movement', function() {
me.page.add_action_item(__("Make Asset Movement"), function() {
const assets = me.get_checked_items();
frappe.call({
method: "erpnext.assets.doctype.asset.asset.make_asset_movement",
Expand Down

0 comments on commit b70615e

Please sign in to comment.