diff --git a/modules/ppcp-wc-gateway/src/Gateway/class-paypalgateway.php b/modules/ppcp-wc-gateway/src/Gateway/class-paypalgateway.php index c5deda52e..b8f2405c0 100644 --- a/modules/ppcp-wc-gateway/src/Gateway/class-paypalgateway.php +++ b/modules/ppcp-wc-gateway/src/Gateway/class-paypalgateway.php @@ -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( diff --git a/modules/ppcp-wc-gateway/src/Notice/class-connectadminnotice.php b/modules/ppcp-wc-gateway/src/Notice/class-connectadminnotice.php index ed2763e16..3d83c479f 100644 --- a/modules/ppcp-wc-gateway/src/Notice/class-connectadminnotice.php +++ b/modules/ppcp-wc-gateway/src/Notice/class-connectadminnotice.php @@ -57,7 +57,7 @@ class ConnectAdminNotice { $message = sprintf( /* translators: %1$s the gateway name. */ __( - 'PayPal Payments is almost ready. To get started, connect your account.', + 'PayPal Checkout is almost ready. To get started, connect your account.', 'paypal-for-woocommerce' ), admin_url( 'admin.php?page=wc-settings&tab=checkout§ion=ppcp-gateway' )