Rename the Enable/Disable setting label for PayPal Gateway

This commit is contained in:
Narek Zakarian 2022-12-21 17:11:49 +04:00
parent 5b15b4b3fe
commit 0763e73cdb
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -270,7 +270,7 @@ class PayPalGateway extends \WC_Payment_Gateway {
'type' => 'checkbox',
'desc_tip' => true,
'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',
),
'ppcp' => array(