Setup wizard: Fix typo

This commit is contained in:
Valerie 2017-09-07 16:25:16 -07:00 committed by Jeff Stieler
parent e23aefef13
commit 89f34c4996
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ class WC_Admin_Setup_Wizard {
<h1><?php esc_html_e( 'Payments', 'woocommerce' ); ?></h1>
<form method="post" class="wc-wizard-payment-gateway-form">
<?php if ( $can_stripe ) : ?>
<p><?php esc_html_e( 'Your store will be setup to accept payments instantly on checkout with Stripe.', 'woocommerce' ); ?></p>
<p><?php esc_html_e( 'Your store will be set up to accept payments instantly on checkout with Stripe.', 'woocommerce' ); ?></p>
<?php else: ?>
<p><?php printf( __( 'WooCommerce can accept both online and offline payments. <a href="%1$s" target="_blank">Additional payment methods</a> can be installed later and managed from the <a href="%2$s" target="_blank">checkout settings</a> screen.', 'woocommerce' ), esc_url( admin_url( 'admin.php?page=wc-addons&view=payment-gateways' ) ), esc_url( admin_url( 'admin.php?page=wc-settings&tab=checkout' ) ) ); ?></p>
<?php endif; ?>