mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +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(
|
'enabled' => array(
|
||||||
'title' => __( 'Enable/Disable', 'paypal-for-woocommerce' ),
|
'title' => __( 'Enable/Disable', 'paypal-for-woocommerce' ),
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'label' => __( 'Enable PayPal Payments', 'paypal-for-woocommerce' ),
|
'label' => __( 'Enable PayPal Checkout', 'paypal-for-woocommerce' ),
|
||||||
'default' => 'no',
|
'default' => 'no',
|
||||||
),
|
),
|
||||||
'ppcp' => array(
|
'ppcp' => array(
|
||||||
|
|
|
@ -57,7 +57,7 @@ class ConnectAdminNotice {
|
||||||
$message = sprintf(
|
$message = sprintf(
|
||||||
/* translators: %1$s the gateway name. */
|
/* 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'
|
'paypal-for-woocommerce'
|
||||||
),
|
),
|
||||||
admin_url( 'admin.php?page=wc-settings&tab=checkout§ion=ppcp-gateway' )
|
admin_url( 'admin.php?page=wc-settings&tab=checkout§ion=ppcp-gateway' )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue