X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fwernis_functions.php;h=a6fe7be92ec518b10eadb5a87efd1adfc1019547;hp=83cdb59ceff0240c35c6b25cd04b60c06bea6bdc;hb=f2aeaab0cd313b2eeb151642455ed558f6b186dc;hpb=d2e5508023052562516f3e8526814609bda4d90f diff --git a/inc/libs/wernis_functions.php b/inc/libs/wernis_functions.php index 83cdb59cef..a6fe7be92e 100644 --- a/inc/libs/wernis_functions.php +++ b/inc/libs/wernis_functions.php @@ -318,15 +318,15 @@ function WERNIS_TRANSFER_STATUS ($status) { $return = getMaskedMessage('WERNIS_STATUS_UNKNWOWN', $status); switch ($status) { case 'IN': // Withdraw - $return = getMessage('WERNIS_STATUS_WITHDRAW'); + $return = '{--WERNIS_STATUS_WITHDRAW--}'; break; case 'OUT': // Payout - $return = getMessage('WERNIS_STATUS_PAYOUT'); + $return = '{--WERNIS_STATUS_PAYOUT--}'; break; case 'FAILED': // Payout - $return = getMessage('WERNIS_STATUS_FAILED'); + $return = '{--WERNIS_STATUS_FAILED--}'; break; }