diff --git a/modules/ppcp-blocks/extensions.php b/modules/ppcp-blocks/extensions.php index 60ac44cd9..31f90576d 100644 --- a/modules/ppcp-blocks/extensions.php +++ b/modules/ppcp-blocks/extensions.php @@ -39,15 +39,15 @@ return array( return $insert_after( $fields, - 'smart_button_enable_styling_per_location', + 'smart_button_locations', array( 'blocks_final_review_enabled' => array( - 'title' => __( 'Block Express payments Final Review', 'woocommerce-paypal-payments' ), + 'title' => __( 'Require final confirmation on checkout', 'woocommerce-paypal-payments' ), 'type' => 'checkbox', 'label' => __( - 'Require customers to confirm Block Express payments on the Checkout page. -If disabled, the Checkout page is skipped for Block Express payments. -
This can cause issues and poor UX if the server is not handling the requests fast enough.
', + 'Require customers to confirm express payments from the Block Cart and Block Express Checkout on the checkout page. +If this setting is not enabled, payment confirmation on the checkout will be skipped. +Skipping the final confirmation on the checkout page may impact the buyer experience during the PayPal payment process.
', 'woocommerce-paypal-payments' ), 'default' => true,