diff --git a/modules/ppcp-settings/src/Data/Definition/TodosDefinition.php b/modules/ppcp-settings/src/Data/Definition/TodosDefinition.php index c97738779..aafe1b198 100644 --- a/modules/ppcp-settings/src/Data/Definition/TodosDefinition.php +++ b/modules/ppcp-settings/src/Data/Definition/TodosDefinition.php @@ -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', diff --git a/modules/ppcp-wc-gateway/services.php b/modules/ppcp-wc-gateway/services.php index dbaf27df6..31abbc5af 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -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/', ), );