From 2c210f07c7955e7165744bd97bffaa2390e715f3 Mon Sep 17 00:00:00 2001 From: "nabanita.jana" Date: Tue, 4 Nov 2025 12:11:01 +0530 Subject: [PATCH] fix: add template --- src/util/sms_template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/sms_template.js b/src/util/sms_template.js index 63d8251..220031c 100644 --- a/src/util/sms_template.js +++ b/src/util/sms_template.js @@ -55,7 +55,7 @@ const templates = { `Dear Customer, Your Preferred Name -${PreferName} has been updated successfully. If this change was not made by you, please contact our support team immediately.`, TLIMIT :(otp) => - `Dear Customer,Please complete the transaction limit set with ${otp}. -KCCB`, + `Dear Customer,Please complete the transaction limit set with OTP -${otp}. -KCCB`, TLIMIT_SET :(amount) => `Dear Customer,Your transaction limit for Internet Banking is set to Rs ${amount}. -KCCB`,