Skip to content

Commit dbd3455

Browse files
Rename USDT Testnet Mode setting
1 parent 3710713 commit dbd3455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php/form_fields.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ public static function init_form_fields($callback_url = '') {
8888
$form_fields['usdt_testnet'] = array(
8989
'title' => __('', 'blockonomics-bitcoin-payments'),
9090
'type' => 'checkbox',
91-
'subtitle' => __('Enable USDT testnet (sepolia)', 'blockonomics-bitcoin-payments'),
92-
'label' => __('Test USDT payments on the sepolia testnet', 'blockonomics-bitcoin-payments'),
91+
'subtitle' => __('USDT Testnet Mode', 'blockonomics-bitcoin-payments'),
92+
'label' => __('USDT payments if enabled will be processed on ETH sepolia network', 'blockonomics-bitcoin-payments'),
9393
'default' => 'no',
9494
);
9595
$form_fields['enable_bch'] = array(

0 commit comments

Comments
 (0)