some wording

This commit is contained in:
David Remer 2020-09-02 09:22:11 +03:00
parent cc5b88f79d
commit 44c2acb0f6
2 changed files with 4 additions and 4 deletions

View file

@ -116,9 +116,9 @@ class PayPalGateway extends \WC_Payment_Gateway {
);
}
$this->method_title = __( 'PayPal', 'paypal-for-woocommerce' );
$this->method_title = __( 'PayPal Checkout', 'paypal-for-woocommerce' );
$this->method_description = __(
'Provide your customers with the PayPal payment option.',
'Accept PayPal, PayPal Credit and alternative payment types with PayPals latest solution.',
'paypal-for-woocommerce'
);
$this->title = $this->config->has( 'title' ) ?