mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Add text domain to translation string
This commit is contained in:
parent
08f975216d
commit
32aec9a3dd
2 changed files with 8 additions and 2 deletions
|
@ -60,7 +60,10 @@ const features = [ 'products' ];
|
|||
registerExpressPaymentMethod( {
|
||||
name: buttonData.id,
|
||||
title: `PayPal - ${ buttonData.title }`,
|
||||
description: __( 'Eligible users will see the PayPal button.' ),
|
||||
description: __(
|
||||
'Eligible users will see the PayPal button.',
|
||||
'woocommerce-paypal-payments'
|
||||
),
|
||||
gatewayId: 'ppcp-gateway',
|
||||
label: <div dangerouslySetInnerHTML={ { __html: buttonData.title } } />,
|
||||
content: <GooglePayComponent isEditing={ false } />,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue