mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Add note to vaulting setting label
This commit is contained in:
parent
79f9fffe3a
commit
a4e76afd4d
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ return array(
|
|||
'title' => __( 'Vaulting', 'woocommerce-paypal-payments' ),
|
||||
'type' => 'checkbox',
|
||||
'desc_tip' => true,
|
||||
'label' => __( 'Enable Vaulting', 'woocommerce-paypal-payments' ),
|
||||
'label' => __( 'To use vaulting features, you must enable vaulting on your account.', 'woocommerce-paypal-payments' ),
|
||||
'description' => __( 'Allow registered buyers to save PayPal and Credit Card accounts. Allow Subscription renewals.', 'woocommerce-paypal-payments' ),
|
||||
'default' => false,
|
||||
'screens' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue