Merge pull request #2984 from woocommerce/fix/PCP-4100

Change wording Optional to Expanded (4100)
This commit is contained in:
Philipp Stracker 2025-01-14 11:10:48 +01:00 committed by GitHub
commit 59b2a8cd87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 11 deletions

View file

@ -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'
) } ) }
/> />

View file

@ -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'
) } ) }
/> />

View file

@ -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'
) } ) }
/> />