mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
fix defaults in the settings fields
This commit is contained in:
parent
8723cf25f6
commit
c1f114d0f2
1 changed files with 2 additions and 2 deletions
|
@ -273,7 +273,7 @@ return [
|
|||
'This controls the title which the user sees during checkout.',
|
||||
'woocommerce-paypal-commerce-gateway'
|
||||
),
|
||||
'default' => __('PayPal', 'woocommerce-paypal-commerce-gateway'),
|
||||
'default' => __('Credit Cards', 'woocommerce-paypal-commerce-gateway'),
|
||||
'desc_tip' => true,
|
||||
'screens' => [
|
||||
State::STATE_PROGRESSIVE,
|
||||
|
@ -310,7 +310,7 @@ return [
|
|||
'woocommerce-paypal-commerce-gateway'
|
||||
),
|
||||
'default' => __(
|
||||
'Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.',
|
||||
'Pay with your credit card.',
|
||||
'woocommerce-paypal-commerce-gateway'
|
||||
),
|
||||
'screens' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue