correct label for message enabling on checkout

This commit is contained in:
David Remer 2020-08-19 11:32:02 +03:00
parent 1011d4daf8
commit 6fd8cbb7b3

View file

@ -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,