Change onboarding option text

This commit is contained in:
Alex P 2022-02-18 13:40:05 +02:00
parent c9b3479cf6
commit c635c616dc

View file

@ -57,7 +57,7 @@ class OnboardingOptionsRenderer {
$items[] = '
<li>
<label><input type="radio" id="ppcp-onboarding-dcc-basic" name="ppcp_onboarding_dcc" value="basic" ' . ( ! $is_shop_supports_dcc ? 'checked' : '' ) . '> ' .
__( 'Basic credit and debit card processing', 'woocommerce-paypal-payments' ) . '
__( 'Standard credit and debit card processing', 'woocommerce-paypal-payments' ) . '
</label>
</li>';