From 78390f0383c328de8165bda0415a5e6f78e8ff72 Mon Sep 17 00:00:00 2001
From: Philipp Stracker
Date: Wed, 2 Apr 2025 11:34:35 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Shorten=20payment=20method=20tit?=
=?UTF-8?q?le=20for=20branded=20only?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Screens/Onboarding/Steps/StepPaymentMethods.js | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/modules/ppcp-settings/resources/js/Components/Screens/Onboarding/Steps/StepPaymentMethods.js b/modules/ppcp-settings/resources/js/Components/Screens/Onboarding/Steps/StepPaymentMethods.js
index fb63df75c..2925aacb4 100644
--- a/modules/ppcp-settings/resources/js/Components/Screens/Onboarding/Steps/StepPaymentMethods.js
+++ b/modules/ppcp-settings/resources/js/Components/Screens/Onboarding/Steps/StepPaymentMethods.js
@@ -32,7 +32,10 @@ const StepPaymentMethods = () => {
description: ,
},
{
- 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'
),