mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
wording
This commit is contained in:
parent
3b0a10e756
commit
c269f35d61
2 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ class PayPalGateway extends \WC_Payment_Gateway {
|
|||
'enabled' => array(
|
||||
'title' => __( 'Enable/Disable', 'paypal-for-woocommerce' ),
|
||||
'type' => 'checkbox',
|
||||
'label' => __( 'Enable PayPal Payments', 'paypal-for-woocommerce' ),
|
||||
'label' => __( 'Enable PayPal Checkout', 'paypal-for-woocommerce' ),
|
||||
'default' => 'no',
|
||||
),
|
||||
'ppcp' => array(
|
||||
|
|
|
@ -57,7 +57,7 @@ class ConnectAdminNotice {
|
|||
$message = sprintf(
|
||||
/* translators: %1$s the gateway name. */
|
||||
__(
|
||||
'PayPal Payments is almost ready. To get started, <a href="%1$s">connect your account</a>.',
|
||||
'PayPal Checkout is almost ready. To get started, <a href="%1$s">connect your account</a>.',
|
||||
'paypal-for-woocommerce'
|
||||
),
|
||||
admin_url( 'admin.php?page=wc-settings&tab=checkout§ion=ppcp-gateway' )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue