mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Make Enable checkbox text more consistent
This commit is contained in:
parent
55b2adf2aa
commit
ab69f40220
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class CardButtonGateway extends \WC_Payment_Gateway {
|
|||
'enabled' => array(
|
||||
'title' => __( 'Enable/Disable', 'woocommerce-paypal-payments' ),
|
||||
'type' => 'checkbox',
|
||||
'label' => __( 'PayPal Card Button', 'woocommerce-paypal-payments' ),
|
||||
'label' => __( 'Enable PayPal Card Button', 'woocommerce-paypal-payments' ),
|
||||
'default' => 'no',
|
||||
'desc_tip' => true,
|
||||
'description' => __( 'Enable/Disable the separate payment gateway with the card button.', 'woocommerce-paypal-payments' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue