Setup wizard: omit unnecessary sentence from PPEC settings description

This commit is contained in:
Paul Dechov 2017-12-12 13:57:46 -05:00
parent ff8d8c001d
commit 200c6780e9
1 changed files with 1 additions and 1 deletions

View File

@ -1153,7 +1153,7 @@ class WC_Admin_Setup_Wizard {
'type' => 'email',
'value' => $user_email,
'placeholder' => __( 'Email address to receive payments', 'woocommerce' ),
'description' => __( "Enter your email address and we'll authenticate payments for you. To claim a payment, you'll need to have a PayPal Business account or create one later. WooCommerce Services and Jetpack will be installed and activated for you.", 'woocommerce' ),
'description' => __( "Enter your email address and we'll authenticate payments for you. WooCommerce Services and Jetpack will be installed and activated for you.", 'woocommerce' ),
'required' => true,
),
),