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 ),