mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +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[] = '
|
||||
<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>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue