Setup wizard: omit unnecessary sentence from PPEC settings description
This commit is contained in:
parent
ff8d8c001d
commit
200c6780e9
|
@ -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,
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue