This commit is contained in:
David Remer 2020-09-02 12:38:42 +03:00
parent 3b0a10e756
commit c269f35d61
2 changed files with 2 additions and 2 deletions

View file

@ -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(

View file

@ -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&section=ppcp-gateway' ) admin_url( 'admin.php?page=wc-settings&tab=checkout&section=ppcp-gateway' )