From 8293bb3d363b439c2de062ce6526daa87054b1cc Mon Sep 17 00:00:00 2001 From: Emili Castells Guasch Date: Mon, 30 Sep 2024 16:41:54 +0200 Subject: [PATCH] Update description --- modules/ppcp-axo/extensions.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/ppcp-axo/extensions.php b/modules/ppcp-axo/extensions.php index 260d226ad..d41829726 100644 --- a/modules/ppcp-axo/extensions.php +++ b/modules/ppcp-axo/extensions.php @@ -70,7 +70,12 @@ return array( 'type' => 'checkbox', 'label' => __( 'Enable Fastlane by PayPal', 'woocommerce-paypal-payments' ) . '

' - . __( 'Help accelerate the checkout process for guests with PayPal\'s autofill solution. When enabled, Fastlane is presented as the default payment method for guests.', 'woocommerce-paypal-payments' ) + . sprintf( + // translators: %1$s and %2$s are the opening and closing of HTML tag. + __( 'Help accelerate the checkout process for guests with PayPal\'s autofill solution. When enabled, Fastlane is presented as the default payment method for guests. See the %1$sFastlane setup guide%2$s for more details on the Fastlane configuration.', 'woocommerce-paypal-payments' ), + '', + '' + ) . '

', 'default' => 'yes', 'screens' => array( State::STATE_ONBOARDED ),