mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
some wording
This commit is contained in:
parent
cc5b88f79d
commit
44c2acb0f6
2 changed files with 4 additions and 4 deletions
|
@ -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 PayPal’s latest solution.',
|
||||
'paypal-for-woocommerce'
|
||||
);
|
||||
$this->title = $this->config->has( 'title' ) ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue