Setup wizard: Fix typo in PayPal Braintree description

This commit is contained in:
Valerie 2017-09-07 15:15:10 -07:00 committed by Jeff Stieler
parent 231f5190a2
commit 32df816077
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ class WC_Admin_Setup_Wizard {
'braintree_paypal' => array(
'name' => __( 'PayPal by Braintree', 'woocommerce' ),
'image' => WC()->plugin_url() . '/assets/images/paypal-braintree.png',
'description' => __( "Safe and secure payments using credit cards or your customer's PayPal account.", 'woocommerce' ) . ' <a href="https://wordpress.org/plugins/woocommerce-gateway-paypal-powered-by-braintree/" target="_blank">' . __( 'Learn more about PayPal', 'woocommerce' ) . '</a>',
'description' => __( "Safe and secure payments using credit cards or your customer's PayPal account.", 'woocommerce' ) . ' <a href="https://wordpress.org/plugins/woocommerce-gateway-paypal-powered-by-braintree/" target="_blank">' . __( 'Learn more about PayPal', 'woocommerce' ) . '</a>.',
'class' => 'in-cart',
'repo-slug' => 'woocommerce-gateway-paypal-powered-by-braintree',
),