mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-29 22:58:25 +00:00
refactor: remove bold from formatter
This commit is contained in:
@@ -670,7 +670,7 @@ class Company(NestedSet):
|
||||
if frappe.db.get_single_value("Global Defaults", "demo_company") == self.name:
|
||||
frappe.throw(
|
||||
_("{0} is the site's Demo Company and cannot be deleted directly. Use {1} instead.").format(
|
||||
bold(self.name), bold(_("Delete Demo Data"))
|
||||
self.name, _("Delete Demo Data")
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user