From 6fd8cbb7b3368d19c82f9e2e9d10ccb5b8e619af Mon Sep 17 00:00:00 2001 From: David Remer Date: Wed, 19 Aug 2020 11:32:02 +0300 Subject: [PATCH] correct label for message enabling on checkout --- modules.local/ppcp-wc-gateway/services.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules.local/ppcp-wc-gateway/services.php b/modules.local/ppcp-wc-gateway/services.php index 8210d16fc..dac59aa57 100644 --- a/modules.local/ppcp-wc-gateway/services.php +++ b/modules.local/ppcp-wc-gateway/services.php @@ -576,9 +576,9 @@ return [ 'gateway' => 'paypal', ], 'message_enabled' => [ - 'title' => __('Enable message on Single Product', 'woocommerce-paypal-commerce-gateway'), + 'title' => __('Enable message on Checkout', 'woocommerce-paypal-commerce-gateway'), 'type' => 'checkbox', - 'label' => __('Enable on Single Product', 'woocommerce-paypal-commerce-gateway'), + 'label' => __('Enable on Checkout', 'woocommerce-paypal-commerce-gateway'), 'default' => true, 'screens' => [ State::STATE_PROGRESSIVE,