From 0c52e3ee04a278ba6d320c8f2faca0ad78eb2b8d Mon Sep 17 00:00:00 2001 From: zhora Date: Mon, 8 Sep 2025 17:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- call/mail.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/call/mail.go b/call/mail.go index 8a72fbb..ac353e2 100644 --- a/call/mail.go +++ b/call/mail.go @@ -13,11 +13,11 @@ import ( var ( SystemTitle = "System Notice" - EmailWithdrawPass = "Your order %v, amount: $%v is in the payment status, please be patient." - EmailWithdrawSuccess = "Your order %v, amount: $%v has been credited, please check. If you have any questions, you can contact customer service." - EmailWithdrawFail = "Your order %v, Amount: $%v\nYour withdrawal failed due to incorrect information. Please verify or change your withdrawal details and resubmit" + EmailWithdrawPass = "Your order %v, amount: ₹%v is in the payment status, please be patient." + EmailWithdrawSuccess = "Your order %v, amount: ₹%v has been credited, please check. If you have any questions, you can contact customer service." + EmailWithdrawFail = "Your order %v, Amount: ₹%v\nYour withdrawal failed due to incorrect information. Please verify or change your withdrawal details and resubmit" EmailShareWithdrawFail = "Your friend's invitation reward withdrawal order: %v, Amount: %v\nYour withdrawal failed due to incorrect information. Please verify or change your withdrawal details and resubmit.\n" - EmailDiscount = "Congratulations, you have received a $%v coupon for a top-up of $%v or more." + EmailDiscount = "Congratulations, you have received a ₹%v coupon for a top-up of ₹%v or more." EmailShareRank = "Congratulations on achieving Rank %v in the million giveaway event. You have received a bonus of ₹%v. Thank you for participating!" )