Merge pull request #3258 from woocommerce/PCP-4389-fastlane-typo-in-welcome-screen-new-ui

Fix Fastlane typo (4389)
This commit is contained in:
Emili Castells 2025-03-24 11:30:57 +01:00 committed by GitHub
commit aa01b4bd55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ const Fastlane = ( { learnMore = '' } ) => {
<PricingTitleBadge item="fast country currency=storeCurrency=storeCountrylane" /> <PricingTitleBadge item="fast country currency=storeCurrency=storeCountrylane" />
} }
description={ __( description={ __(
"Speed up guest checkout with Fatslane. Link a customer's email address to their payment details.", "Speed up guest checkout with Fastlane. Link a customer's email address to their payment details.",
'woocommerce-paypal-payments' 'woocommerce-paypal-payments'
) } ) }
learnMoreLink={ learnMore } learnMoreLink={ learnMore }