X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-cash_coupon.php;h=ebc427f4f717ba62fd486ec3f43e913357a94df4;hp=1a63224b2e2fcf2a6fce32e557746dfba5253572;hb=330dbb3e2b34450cd1665497506455e195a0a166;hpb=18eb87f5ec1182966e2ff5ef128a379330534f80 diff --git a/inc/modules/member/what-cash_coupon.php b/inc/modules/member/what-cash_coupon.php index 1a63224b2e..ebc427f4f7 100644 --- a/inc/modules/member/what-cash_coupon.php +++ b/inc/modules/member/what-cash_coupon.php @@ -135,7 +135,7 @@ LIMIT 1", sendAdminNotification('{--ADMIN_COUPON_CASHED_SUBJECT--}', 'admin_coupon_cashed', $content, getMemberId()); // Display message - displayMessage(getMaskedMessage('MEMBER_COUPON_CODE_CASHED', $content['points'])); + displayMessage('{%message,MEMBER_COUPON_CODE_CASHED=' . $content['points'] . '%}'); } else { // No coupon found displayMessage('{--MEMBER_COUPON_CODE_ALREADY_CASHED--}');