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
d975a552a2
commit
f0e88a65d8
2 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ class TodosDefinition {
|
|||
'priority' => 13,
|
||||
),
|
||||
'apply_for_working_capital' => array(
|
||||
'title' => __( 'Start you PayPal Working Capital application', 'woocommerce-paypal-payments' ),
|
||||
'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' ),
|
||||
'isEligible' => $eligibility_checks['apply_for_working_capital'],
|
||||
'action' => array(
|
||||
|
|
|
@ -2092,7 +2092,7 @@ return array(
|
|||
return array(
|
||||
array(
|
||||
'id' => 'ppcp-working-capital-task',
|
||||
'title' => __( 'Start you PayPal Working Capital application', 'woocommerce-paypal-payments' ),
|
||||
'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' ),
|
||||
'redirect_url' => 'http://example.com/',
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue