diff --git a/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-helper-angelleye.php b/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-helper-angelleye.php index 76f11c98a..bce0fe855 100644 --- a/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-helper-angelleye.php +++ b/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-helper-angelleye.php @@ -599,7 +599,7 @@ public function woocommerce_paypal_express_checkout_button_angelleye($return = f $class_top = 'paypal_checkout_button_bottom'; $class_cc_top = 'paypal_checkout_button_cc_bottom'; $angelleye_smart_button = 'angelleye_smart_button_bottom'; - $angelleye_proceed_to_checkout_button_separator = '
' . __( '— OR —', 'woocommerce-gateway-paypal-express-checkout' ) . '
'; + $angelleye_proceed_to_checkout_button_separator = '
' . __( '— OR —', 'paypal-for-woocommerce' ) . '
'; $cart_button_html .= apply_filters('angelleye_proceed_to_checkout_button_separator', $angelleye_proceed_to_checkout_button_separator); } if ($this->enable_in_context_checkout_flow == 'no') { @@ -816,7 +816,7 @@ public function angelleye_billing_agreement_notice() { public function wc_ajax_update_shipping_costs() { if (!wp_verify_nonce($_POST['nonce'], '_wc_angelleye_ppec_update_shipping_costs_nonce')) { - wp_die(__('Cheatin’ huh?', 'woocommerce-gateway-paypal-express-checkout')); + wp_die(__('Cheatin’ huh?', 'paypal-for-woocommerce')); } if (!defined('WOOCOMMERCE_CART')) { define('WOOCOMMERCE_CART', true); @@ -833,7 +833,7 @@ public function angelleye_ajax_generate_cart() { global $wpdb, $post, $product; $product_id = ''; if (!wp_verify_nonce($_POST['nonce'], '_angelleye_generate_cart_nonce')) { - wp_die(__('Cheatin’ huh?', 'woocommerce-gateway-paypal-express-checkout')); + wp_die(__('Cheatin’ huh?', 'paypal-for-woocommerce')); } WC()->shipping->reset_shipping(); $product_id = $_POST['product_id'];