From d6b7c5fe465e5b4b5309115392939eacda4d1d12 Mon Sep 17 00:00:00 2001
From: Mahesh Maney R <mahesh-maney@users.noreply.github.com>
Date: Mon, 21 Nov 2022 13:01:32 +0530
Subject: [PATCH] updating otp email contents <ManeyMR>.

---
 src/main/resources/otp_template.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/otp_template.vm b/src/main/resources/otp_template.vm
index a79d4ca..a0e8276 100644
--- a/src/main/resources/otp_template.vm
+++ b/src/main/resources/otp_template.vm
@@ -295,13 +295,13 @@
                         <tr>
                             <td class="free-text PT25">
                                 #if($otp)
-                                $otp is your UP SMF Login OTP. This is valid for the next 5 mins.
+                                Your UP SMF login OTP is $otp. It is valid for 5 mins.
                                 #end
                             </td>
                         </tr>
                         <tr>
                             <td class="free-text PT25">
-                                Thank you!
+                                Thank you.
                             </td>
                         </tr>
 
-- 
GitLab