Bold text in frappe.throw

I want to display some text in bold in my frappe.throw message.

Is there any way to do this?

1 Like

Use HTML in it.

e.g.

frappe.throw("<b>Bold Text</b> Normal Text")

3 Likes