mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
update translation strings #1403
This commit is contained in:
@@ -180,4 +180,4 @@ def create_party_account(party, party_type, company):
|
||||
"report_type": "Balance Sheet"
|
||||
}).insert(ignore_permissions=True)
|
||||
|
||||
frappe.msgprint(_("Account Created") + ": " + account.name)
|
||||
frappe.msgprint(_("Account Created: {0}").format(account.name))
|
||||
|
||||
Reference in New Issue
Block a user