mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fix: translatability of boldened text
(cherry picked from commit af0ae930ca)
# Conflicts:
# erpnext/controllers/accounts_controller.py
This commit is contained in:
@@ -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"),
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user