From a9ddaac579c91740e7caa890e64abf47ddff1006 Mon Sep 17 00:00:00 2001 From: rushannanayakkara Date: Tue, 5 Nov 2024 06:29:44 +0530 Subject: [PATCH] Fix default SMS template inconsistent placeholder --- .../resources/sms-templates-admin-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/org.wso2.carbon.email.mgt.server.feature/resources/sms-templates-admin-config.xml b/features/org.wso2.carbon.email.mgt.server.feature/resources/sms-templates-admin-config.xml index 84d3d12d..99e78f25 100644 --- a/features/org.wso2.carbon.email.mgt.server.feature/resources/sms-templates-admin-config.xml +++ b/features/org.wso2.carbon.email.mgt.server.feature/resources/sms-templates-admin-config.xml @@ -42,6 +42,6 @@ Your Mobile Number Verification Code : {{confirmation-code}} - Your one-time password for the {{application-name}} is {{otpToken}}. This expires in {{otp-expiry-time}} minutes. + Your one-time password for the {{application-name}} is {{confirmation-code}}. This expires in {{otp-expiry-time}} minutes.