Make pui capitalizacion consistent

This commit is contained in:
dinamiko 2022-07-08 12:01:19 +02:00
parent 5df6b78799
commit 37c608474b
6 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
<?php
/**
* Handles the onboard with Pay Upon Invoice setting.
* Handles the onboard with Pay upon Invoice setting.
*
* @package WooCommerce\PayPalCommerce\Onboarding\Endpoint
*/

View file

@ -86,7 +86,7 @@ class OnboardingOptionsRenderer {
$checked = '';
}
return '<li><label><input type="checkbox" id="ppcp-onboarding-pui" ' . $checked . '> ' .
__( 'Onboard with Pay Upon Invoice', 'woocommerce-paypal-payments' ) . '
__( 'Onboard with Pay upon Invoice', 'woocommerce-paypal-payments' ) . '
</label></li>';
}