mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Change onboarding option text
This commit is contained in:
parent
c9b3479cf6
commit
c635c616dc
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class OnboardingOptionsRenderer {
|
||||||
$items[] = '
|
$items[] = '
|
||||||
<li>
|
<li>
|
||||||
<label><input type="radio" id="ppcp-onboarding-dcc-basic" name="ppcp_onboarding_dcc" value="basic" ' . ( ! $is_shop_supports_dcc ? 'checked' : '' ) . '> ' .
|
<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>
|
</label>
|
||||||
</li>';
|
</li>';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue