mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Rename the Enable/Disable setting label for PayPal Gateway
This commit is contained in:
parent
5b15b4b3fe
commit
0763e73cdb
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ class PayPalGateway extends \WC_Payment_Gateway {
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'desc_tip' => true,
|
'desc_tip' => true,
|
||||||
'description' => __( 'In order to use PayPal or Advanced Card Processing, you need to enable the Gateway.', 'woocommerce-paypal-payments' ),
|
'description' => __( 'In order to use PayPal or Advanced Card Processing, you need to enable the Gateway.', 'woocommerce-paypal-payments' ),
|
||||||
'label' => __( 'Enable the PayPal Gateway', 'woocommerce-paypal-payments' ),
|
'label' => __( 'Enable PayPal features for your store', 'woocommerce-paypal-payments' ),
|
||||||
'default' => 'no',
|
'default' => 'no',
|
||||||
),
|
),
|
||||||
'ppcp' => array(
|
'ppcp' => array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue