Change Place Order text

This commit is contained in:
Alex P 2023-11-29 16:59:59 +02:00
parent 7cfa376456
commit 9d933b2b73
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -1180,7 +1180,7 @@ return array(
*/ */
return apply_filters( return apply_filters(
'woocommerce_paypal_payments_place_order_button_text', 'woocommerce_paypal_payments_place_order_button_text',
__( 'Pay with PayPal', 'woocommerce-paypal-payments' ) __( 'Proceed to PayPal', 'woocommerce-paypal-payments' )
); );
}, },