.
diff --git a/erpnext/projects/doctype/ticket/ticket.py b/erpnext/projects/doctype/ticket/ticket.py
index b4f1a70..5cd1928 100644
--- a/erpnext/projects/doctype/ticket/ticket.py
+++ b/erpnext/projects/doctype/ticket/ticket.py
@@ -97,7 +97,7 @@
 			<p><b>Project:</b> %(project)s</p>
 			<p><b>Review Date:</b> %(review_date)s</p>
 			<p><b>Details:</b> %(description)s</p>
-			<p><b>You will also recieve another reminder 2 days before the commencement of the task</b></p>
+			<p>You will also recieve another reminder 2 days before the commencement of the task</p>
 			<p>Good Luck!</p>
 			<p>(This notification is autogenerated)</p>""" % i
 		sendmail(self.doc.allocated_to, sender='automail@webnotestech.com', msg=msg2,send_now=1,\