Fix the wording

This commit is contained in:
Narek Zakarian 2025-08-04 19:05:16 +04:00
parent d975a552a2
commit f0e88a65d8
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
2 changed files with 2 additions and 2 deletions

View file

@ -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(

View file

@ -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/',
),