fix: translatability of boldened text

This commit is contained in:
barredterra
2024-08-16 21:38:56 +02:00
parent 1bdeddcb04
commit af0ae930ca
19 changed files with 50 additions and 51 deletions

View File

@@ -96,7 +96,7 @@ def add_bank_accounts(response, bank, company):
frappe.throw(
_(
"Please setup and enable a group account with the Account Type - {0} for the company {1}"
).format(frappe.bold("Bank"), company)
).format(frappe.bold(_("Bank")), company)
)
for account in response["accounts"]: