From 0763e73cdbcb2573620603320b6c1e0a274d0047 Mon Sep 17 00:00:00 2001 From: Narek Zakarian Date: Wed, 21 Dec 2022 17:11:49 +0400 Subject: [PATCH] Rename the Enable/Disable setting label for PayPal Gateway --- modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php b/modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php index 93528007a..944d7b67b 100644 --- a/modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php +++ b/modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php @@ -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(