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>
|
</Button>
|
||||||
<p>
|
<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'
|
'woocommerce-admin'
|
||||||
) }
|
) }
|
||||||
</p>
|
</p>
|
||||||
|
@ -346,7 +346,7 @@ export class PayPal extends Component {
|
||||||
key: 'connect',
|
key: 'connect',
|
||||||
label: __( 'Connect your PayPal account', 'woocommerce-admin' ),
|
label: __( 'Connect your PayPal account', 'woocommerce-admin' ),
|
||||||
description: __(
|
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'
|
'woocommerce-admin'
|
||||||
),
|
),
|
||||||
content: this.renderAutomaticConfig(),
|
content: this.renderAutomaticConfig(),
|
||||||
|
|
Loading…
Reference in New Issue