💬 Shorten payment method title for branded only

This commit is contained in:
Philipp Stracker 2025-04-02 11:34:35 +02:00
parent 9a3e1ba011
commit 78390f0383
No known key found for this signature in database

View file

@ -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'
),