mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
fix wording
This commit is contained in:
parent
70d866d53e
commit
430ffe457e
1 changed files with 2 additions and 2 deletions
|
@ -1341,9 +1341,9 @@ return array(
|
|||
'gateway' => 'paypal',
|
||||
),
|
||||
'message_cart_enabled' => array(
|
||||
'title' => __( 'Enable message on Single Product', 'paypal-for-woocommerce' ),
|
||||
'title' => __( 'Enable message on Cart', 'paypal-for-woocommerce' ),
|
||||
'type' => 'checkbox',
|
||||
'label' => __( 'Enable on Single Product', 'paypal-for-woocommerce' ),
|
||||
'label' => __( 'Enable on Cart', 'paypal-for-woocommerce' ),
|
||||
'default' => true,
|
||||
'screens' => array(
|
||||
State::STATE_PROGRESSIVE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue