Merge pull request #56482 from mihir-kandoi/messages/erpnext_integrations

chore: rewrite user-facing messages in erpnext_integrations module
This commit is contained in:
Mihir Kandoi
2026-06-25 18:43:52 +05:30
committed by GitHub

View File

@@ -171,7 +171,7 @@ def add_bank_accounts(response: str | dict, bank: str | dict, company: str):
except Exception:
frappe.log_error("Plaid Link Error")
frappe.throw(
_("There was an error updating Bank Account {} while linking with Plaid.").format(
_("There was an error updating Bank Account {0} while linking with Plaid.").format(
existing_bank_account
),
title=_("Plaid Link Failed"),