Fix fraudnet docs url

This commit is contained in:
Alex P 2023-02-07 15:55:23 +02:00
parent 040c51a2b6
commit 9839d24a66
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -1161,7 +1161,7 @@ return array(
$label = sprintf(
// translators: %1$s and %2$s are the opening and closing of HTML <a> tag.
__( 'Manage online risk with %1$sFraudNet%2$s.', 'woocommerce-paypal-payments' ),
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#FraudNet" target="_blank">',
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#fraudnet" target="_blank">',
'</a>'
);