From 9542a1b920811de1b2e13006119362b0ff9efb1a Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 29 Nov 2023 18:40:23 +0200 Subject: [PATCH] Fix text --- modules/ppcp-wc-gateway/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-wc-gateway/services.php b/modules/ppcp-wc-gateway/services.php index ae82d7338..9cd0e8eaf 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -1189,7 +1189,7 @@ return array( */ return apply_filters( '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' ) ); },