Fix wrong casing used on the PayPal brand name (https://github.com/woocommerce/woocommerce-admin/pull/5514)

This commit is contained in:
Matthew Harris 2020-11-02 02:22:50 +00:00 committed by GitHub
parent 197320d93e
commit f284638c7b
1 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ export class PayPal extends Component {
</Button>
<p>
{ __(
'You will be redirected to the Paypal website to create the connection.',
'You will be redirected to the PayPal website to create the connection.',
'woocommerce-admin'
) }
</p>
@ -346,7 +346,7 @@ export class PayPal extends Component {
key: 'connect',
label: __( 'Connect your PayPal account', 'woocommerce-admin' ),
description: __(
'A Paypal account is required to process payments. Connect your store to your PayPal account.',
'A PayPal account is required to process payments. Connect your store to your PayPal account.',
'woocommerce-admin'
),
content: this.renderAutomaticConfig(),