Fix wrong casing used on the PayPal brand name (https://github.com/woocommerce/woocommerce-admin/pull/5514)
This commit is contained in:
parent
197320d93e
commit
f284638c7b
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue