mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
fix: incorrect transalation
This commit is contained in:
@@ -35,8 +35,8 @@ class AssetCategory(Document):
|
|||||||
expected_key_type = account_type_map[fieldname][key_to_match]
|
expected_key_type = account_type_map[fieldname][key_to_match]
|
||||||
|
|
||||||
if selected_key_type != expected_key_type:
|
if selected_key_type != expected_key_type:
|
||||||
frappe.throw(_("Row #{}: {} of {} should be {}. Please modify the account or select a different account."
|
frappe.throw(_("Row #{}: {} of {} should be {}. Please modify the account or select a different account.")
|
||||||
.format(d.idx, frappe.unscrub(key_to_match), frappe.bold(selected_account), frappe.bold(expected_key_type))),
|
.format(d.idx, frappe.unscrub(key_to_match), frappe.bold(selected_account), frappe.bold(expected_key_type)),
|
||||||
title=_("Invalid Account"))
|
title=_("Invalid Account"))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user