diff --git a/modules/ppcp-wc-gateway/connection-tab-settings.php b/modules/ppcp-wc-gateway/connection-tab-settings.php index 2b1e26cbc..5fae841a7 100644 --- a/modules/ppcp-wc-gateway/connection-tab-settings.php +++ b/modules/ppcp-wc-gateway/connection-tab-settings.php @@ -399,7 +399,12 @@ return function ( ContainerInterface $container, array $fields ): array { 'title' => __( 'FraudNet', 'woocommerce-paypal-payments' ), 'type' => 'checkbox', 'desc_tip' => true, - 'label' => __( 'Manage online risk with FraudNet.', 'woocommerce-paypal-payments' ), + 'label' => sprintf( + // translators: %1$s and %2$s are the opening and closing of HTML tag. + __( 'Manage online risk with %1$sFraudNet%2$s.', 'woocommerce-paypal-payments' ), + '', + '' + ), 'description' => __( 'FraudNet is a JavaScript library developed by PayPal and embedded into a merchant’s web page to collect browser-based data to help reduce fraud.', 'woocommerce-paypal-payments' ), 'default' => false, 'screens' => array(