fix: translatability of boldened text

(cherry picked from commit af0ae930ca)

# Conflicts:
#	erpnext/controllers/accounts_controller.py
This commit is contained in:
barredterra
2024-08-16 21:38:56 +02:00
committed by Mergify
parent 8514c01a91
commit 4914481105
19 changed files with 54 additions and 50 deletions

View File

@@ -144,7 +144,7 @@ class ServiceLevelAgreement(Document):
):
frappe.throw(
_("{0} is not enabled in {1}").format(
frappe.bold("Track Service Level Agreement"),
frappe.bold(_("Track Service Level Agreement")),
get_link_to_form("Support Settings", "Support Settings"),
)
)