mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
correct label for message enabling on checkout
This commit is contained in:
parent
1011d4daf8
commit
6fd8cbb7b3
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue