From c269f35d615ff6bd632e025859a37061f2fcee9f Mon Sep 17 00:00:00 2001 From: David Remer Date: Wed, 2 Sep 2020 12:38:42 +0300 Subject: [PATCH] wording --- modules/ppcp-wc-gateway/src/Gateway/class-paypalgateway.php | 2 +- modules/ppcp-wc-gateway/src/Notice/class-connectadminnotice.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' )