mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Fix the wording
This commit is contained in:
parent
f0e88a65d8
commit
9bf1042a01
2 changed files with 2 additions and 2 deletions
|
@ -229,7 +229,7 @@ class TodosDefinition {
|
|||
),
|
||||
'apply_for_working_capital' => array(
|
||||
'title' => __( 'Start your PayPal Working Capital application', 'woocommerce-paypal-payments' ),
|
||||
'description' => __( 'hey, you are eligible for credit. Click here to learn more and sign up', 'woocommerce-paypal-payments' ),
|
||||
'description' => __( 'Hey, you are eligible for credit. Click here to learn more and sign up', 'woocommerce-paypal-payments' ),
|
||||
'isEligible' => $eligibility_checks['apply_for_working_capital'],
|
||||
'action' => array(
|
||||
'type' => 'external',
|
||||
|
|
|
@ -2093,7 +2093,7 @@ return array(
|
|||
array(
|
||||
'id' => 'ppcp-working-capital-task',
|
||||
'title' => __( 'Start your PayPal Working Capital application', 'woocommerce-paypal-payments' ),
|
||||
'description' => __( 'hey, you are eligible for credit. Click here to learn more and sign up', 'woocommerce-paypal-payments' ),
|
||||
'description' => __( 'Hey, you are eligible for credit. Click here to learn more and sign up', 'woocommerce-paypal-payments' ),
|
||||
'redirect_url' => 'http://example.com/',
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue