From 74a0745bba2a958ff3c79066d2c7f0131f3a2e90 Mon Sep 17 00:00:00 2001
From: Shishir Suman <shishir.suman@tarento.com>
Date: Tue, 23 Jan 2024 13:17:39 +0530
Subject: [PATCH] bug fixes

---
 src/main/resources/templates/admin_create_ticket.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/templates/admin_create_ticket.vm b/src/main/resources/templates/admin_create_ticket.vm
index a3e3683..c5f5233 100644
--- a/src/main/resources/templates/admin_create_ticket.vm
+++ b/src/main/resources/templates/admin_create_ticket.vm
@@ -85,7 +85,7 @@
                                                                                     <td align="justify" class="esd-block-text es-m-txt-l">
                                                                                         <p></br></p>
                                                                                         <p>Dear ${first_name},</p>
-                                                                                        <p>We hope this message finds you well. We wanted to inform you that a new grievance ticket has been created regarding ${ticket_description}.</br> The ticket has been assigned the following details:</p>
+                                                                                        <p>We hope this message finds you well. We wanted to inform you that a new grievance ticket has been created regarding </br><strong>${ticket_description}</strong>.</br> </br>The ticket has been assigned the following details:</p>
                                                                                         <p>
                                                                                             <div>Grievance ID: <strong>${id}</strong></div>
                                                                                             <div>Date Created: <strong>${created_date}</strong></div>
-- 
GitLab