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!" )