mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
💬 Shorten payment method title for branded only
This commit is contained in:
parent
9a3e1ba011
commit
78390f0383
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,10 @@ const StepPaymentMethods = () => {
|
|||
description: <OptionalMethodDescription />,
|
||||
},
|
||||
{
|
||||
title: __(
|
||||
title: ownBrandOnly ? __(
|
||||
'No thanks, I prefer to use a different provider for local payment methods',
|
||||
'woocommerce-paypal-payments'
|
||||
) : __(
|
||||
'No thanks, I prefer to use a different provider for processing credit cards, digital wallets, and local payment methods',
|
||||
'woocommerce-paypal-payments'
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue