mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Merge pull request #2984 from woocommerce/fix/PCP-4100
Change wording Optional to Expanded (4100)
This commit is contained in:
commit
59b2a8cd87
3 changed files with 16 additions and 11 deletions
|
@ -95,12 +95,13 @@ const AcdcFlow = ( { isFastlane, isPayLater, storeCountry } ) => {
|
||||||
<div className="ppcp-r-welcome-docs__col">
|
<div className="ppcp-r-welcome-docs__col">
|
||||||
<BadgeBox
|
<BadgeBox
|
||||||
title={ __(
|
title={ __(
|
||||||
'Optional payment methods',
|
'Expanded Checkout',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
) }
|
) }
|
||||||
titleType={ BADGE_BOX_TITLE_BIG }
|
titleType={ BADGE_BOX_TITLE_BIG }
|
||||||
description={ __(
|
description={ __(
|
||||||
'with additional application',
|
'Accept debit/credit cards, PayPal, Apple Pay, Google Pay, and more.\n' +
|
||||||
|
'Note: Additional application required for more methods',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
) }
|
) }
|
||||||
/>
|
/>
|
||||||
|
@ -175,12 +176,13 @@ const AcdcFlow = ( { isFastlane, isPayLater, storeCountry } ) => {
|
||||||
<div className="ppcp-r-welcome-docs__col">
|
<div className="ppcp-r-welcome-docs__col">
|
||||||
<BadgeBox
|
<BadgeBox
|
||||||
title={ __(
|
title={ __(
|
||||||
'Optional payment methods',
|
'Expanded Checkout',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
) }
|
) }
|
||||||
titleType={ BADGE_BOX_TITLE_BIG }
|
titleType={ BADGE_BOX_TITLE_BIG }
|
||||||
description={ __(
|
description={ __(
|
||||||
'with additional application',
|
'Accept debit/credit cards, PayPal, Apple Pay, Google Pay, and more.\n' +
|
||||||
|
'Note: Additional application required for more methods',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
) }
|
) }
|
||||||
/>
|
/>
|
||||||
|
@ -249,12 +251,13 @@ const AcdcFlow = ( { isFastlane, isPayLater, storeCountry } ) => {
|
||||||
<div className="ppcp-r-welcome-docs__col">
|
<div className="ppcp-r-welcome-docs__col">
|
||||||
<BadgeBox
|
<BadgeBox
|
||||||
title={ __(
|
title={ __(
|
||||||
'Optional payment methods',
|
'Expanded Checkout',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
) }
|
) }
|
||||||
titleType={ BADGE_BOX_TITLE_BIG }
|
titleType={ BADGE_BOX_TITLE_BIG }
|
||||||
description={ __(
|
description={ __(
|
||||||
'with additional application',
|
'Accept debit/credit cards, PayPal, Apple Pay, Google Pay, and more.\n' +
|
||||||
|
'Note: Additional application required for more methods',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
) }
|
) }
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -92,12 +92,13 @@ const BcdcFlow = ( { isPayLater, storeCountry } ) => {
|
||||||
<div className="ppcp-r-welcome-docs__col">
|
<div className="ppcp-r-welcome-docs__col">
|
||||||
<BadgeBox
|
<BadgeBox
|
||||||
title={ __(
|
title={ __(
|
||||||
'Optional payment methods',
|
'Expanded Checkout',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
) }
|
) }
|
||||||
titleType={ BADGE_BOX_TITLE_BIG }
|
titleType={ BADGE_BOX_TITLE_BIG }
|
||||||
description={ __(
|
description={ __(
|
||||||
'with additional application',
|
'Accept debit/credit cards, PayPal, Apple Pay, Google Pay, and more.\n' +
|
||||||
|
'Note: Additional application required for more methods',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
) }
|
) }
|
||||||
/>
|
/>
|
||||||
|
@ -158,12 +159,13 @@ const BcdcFlow = ( { isPayLater, storeCountry } ) => {
|
||||||
<Separator className="ppcp-r-page-welcome-mode-separator" />
|
<Separator className="ppcp-r-page-welcome-mode-separator" />
|
||||||
<BadgeBox
|
<BadgeBox
|
||||||
title={ __(
|
title={ __(
|
||||||
'Optional payment methods',
|
'Expanded Checkout',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
) }
|
) }
|
||||||
titleType={ BADGE_BOX_TITLE_BIG }
|
titleType={ BADGE_BOX_TITLE_BIG }
|
||||||
description={ __(
|
description={ __(
|
||||||
'with additional application',
|
'Accept debit/credit cards, PayPal, Apple Pay, Google Pay, and more.\n' +
|
||||||
|
'Note: Additional application required for more methods',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
) }
|
) }
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -21,7 +21,7 @@ const StepPaymentMethods = ( {} ) => {
|
||||||
<div className="ppcp-r-page-optional-payment-methods">
|
<div className="ppcp-r-page-optional-payment-methods">
|
||||||
<OnboardingHeader
|
<OnboardingHeader
|
||||||
title={ __(
|
title={ __(
|
||||||
'Add optional payment methods to your Checkout',
|
'Add Expanded Checkout for more ways to pay',
|
||||||
'woocommerce-paypal-payments'
|
'woocommerce-paypal-payments'
|
||||||
) }
|
) }
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue