We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3710713 commit dbd3455Copy full SHA for dbd3455
php/form_fields.php
@@ -88,8 +88,8 @@ public static function init_form_fields($callback_url = '') {
88
$form_fields['usdt_testnet'] = array(
89
'title' => __('', 'blockonomics-bitcoin-payments'),
90
'type' => 'checkbox',
91
- 'subtitle' => __('Enable USDT testnet (sepolia)', 'blockonomics-bitcoin-payments'),
92
- 'label' => __('Test USDT payments on the sepolia testnet', 'blockonomics-bitcoin-payments'),
+ 'subtitle' => __('USDT Testnet Mode', 'blockonomics-bitcoin-payments'),
+ 'label' => __('USDT payments if enabled will be processed on ETH sepolia network', 'blockonomics-bitcoin-payments'),
93
'default' => 'no',
94
);
95
$form_fields['enable_bch'] = array(
0 commit comments