Update stripe wording

Closes #16385
This commit is contained in:
Mike Jolley 2017-10-27 13:48:48 +01:00
parent 1e66cedaf0
commit 5824cb9358
1 changed files with 2 additions and 2 deletions

View File

@ -993,8 +993,8 @@ class WC_Admin_Setup_Wizard {
$user_email = $this->get_current_user_email(); $user_email = $this->get_current_user_email();
$stripe_description = '<p>' . sprintf( $stripe_description = '<p>' . sprintf(
__( 'Accept all major debit &amp; credit cards from customers in 135+ countries on your site. <a href="%s" target="_blank">Learn more</a>.', 'woocommerce' ), __( 'Accept debit and credit cards in 135+ currencies, methods such as Alipay, and one-touch checkout with Apple Pay. <a href="%s" target="_blank">Learn more</a>.', 'woocommerce' ),
'https://wordpress.org/plugins/woocommerce-gateway-stripe/' 'https://woocommerce.com/products/stripe/'
) . '</p>'; ) . '</p>';
$paypal_bt_description = '<p>' . sprintf( $paypal_bt_description = '<p>' . sprintf(
__( 'Safe and secure payments using credit cards or your customer\'s PayPal account. <a href="%s" target="_blank">Learn more</a>.', 'woocommerce' ), __( 'Safe and secure payments using credit cards or your customer\'s PayPal account. <a href="%s" target="_blank">Learn more</a>.', 'woocommerce' ),