Withdraw stings issue
-
please fix dokan-lite/classes/template-withdraw.php
add the text dokan to the strings like that
$message = sprintf( __('Current Balance: %s ', 'dokan-lite'), $balance ); if ( $withdraw_limit != -1 ) { $message .= sprintf( __('<br>Minimum Withdraw amount: %s ','dokan-lite'), wc_price( $withdraw_limit ) ); } if ( $threshold != -1 ) { $message .= sprintf( __('<br>Withdraw Threshold: %d days ','dokan-lite'), $threshold );
thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Withdraw stings issue’ is closed to new replies.