From adceaffaa2b0211dbffa6d35dba127ff829ae804 Mon Sep 17 00:00:00 2001 From: Paul Dechov Date: Wed, 4 Jul 2018 10:46:19 -0400 Subject: [PATCH] OBW: Change name of PayPal Express Checkout gateway to match rebranding --- includes/admin/class-wc-admin-setup-wizard.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/admin/class-wc-admin-setup-wizard.php b/includes/admin/class-wc-admin-setup-wizard.php index 5651081ebae..37bca622e9e 100644 --- a/includes/admin/class-wc-admin-setup-wizard.php +++ b/includes/admin/class-wc-admin-setup-wizard.php @@ -1238,10 +1238,10 @@ class WC_Admin_Setup_Wizard { __( 'Accept debit and credit cards in 135+ currencies, methods such as Alipay, and one-touch checkout with Apple Pay. Learn more.', 'woocommerce' ), 'https://woocommerce.com/products/stripe/' ) . '

'; - $paypal_ec_description = '

' . sprintf( + $paypal_checkout_description = '

' . sprintf( /* translators: %s: URL */ __( 'Safe and secure payments using credit cards or your customer\'s PayPal account. Learn more.', 'woocommerce' ), - 'https://woocommerce.com/products/woocommerce-gateway-paypal-express-checkout/' + 'https://woocommerce.com/products/woocommerce-gateway-paypal-checkout/' ) . '

'; $klarna_checkout_description = '

' . sprintf( /* translators: %s: URL */ @@ -1286,9 +1286,9 @@ class WC_Admin_Setup_Wizard { ), ), 'ppec_paypal' => array( - 'name' => __( 'WooCommerce PayPal Express Checkout Gateway', 'woocommerce' ), + 'name' => __( 'WooCommerce PayPal Checkout Gateway', 'woocommerce' ), 'image' => WC()->plugin_url() . '/assets/images/paypal.png', - 'description' => $paypal_ec_description, + 'description' => $paypal_checkout_description, 'enabled' => true, 'class' => 'checked paypal-logo', 'repo-slug' => 'woocommerce-gateway-paypal-express-checkout',