Change default ACDC title

This commit is contained in:
Alex P 2023-10-05 16:19:36 +03:00
parent e530382a7c
commit 7df1b04a4f
No known key found for this signature in database
GPG key ID: 54487A734A204D71
2 changed files with 2 additions and 2 deletions

View file

@ -487,7 +487,7 @@ return array(
'This controls the title which the user sees during checkout.',
'woocommerce-paypal-payments'
),
'default' => __( 'Credit Cards', 'woocommerce-paypal-payments' ),
'default' => __( 'Debit & Credit Cards', 'woocommerce-paypal-payments' ),
'desc_tip' => true,
'screens' => array(
State::STATE_ONBOARDED,