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',