This commit is contained in:
Alex P 2023-11-29 18:40:23 +02:00
parent de1ab5b7bf
commit 9542a1b920
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -1189,7 +1189,7 @@ return array(
*/ */
return apply_filters( return apply_filters(
'woocommerce_paypal_payments_place_order_button_description', 'woocommerce_paypal_payments_place_order_button_description',
__( 'Clicking "Proceed to PayPal", will redirect you to PayPal to complete your purchase.', 'woocommerce-paypal-payments' ) __( 'Clicking "Proceed to PayPal" will redirect you to PayPal to complete your purchase.', 'woocommerce-paypal-payments' )
); );
}, },