From 802155e5d3e7ab39a86b4eaf2e1cd13a8fa61bb1 Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Tue, 4 Feb 2025 11:30:27 +0100 Subject: [PATCH] Rename "apply" labels in features tab to "sign up" --- .../Settings/Components/Overview/features-config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Overview/features-config.js b/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Overview/features-config.js index 34c3e95ad..c1b821d66 100644 --- a/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Overview/features-config.js +++ b/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Overview/features-config.js @@ -27,7 +27,7 @@ export const getFeatures = ( setActiveModal ) => { }, { type: 'secondary', - text: __( 'Apply', 'woocommerce-paypal-payments' ), + text: __( 'Sign up', 'woocommerce-paypal-payments' ), urls: { sandbox: 'https://www.sandbox.paypal.com/bizsignup/entry?product=ADVANCED_VAULTING', @@ -74,7 +74,7 @@ export const getFeatures = ( setActiveModal ) => { }, { type: 'secondary', - text: __( 'Apply', 'woocommerce-paypal-payments' ), + text: __( 'Sign up', 'woocommerce-paypal-payments' ), urls: { sandbox: 'https://www.sandbox.paypal.com/bizsignup/entry?product=ppcp', @@ -116,7 +116,7 @@ export const getFeatures = ( setActiveModal ) => { }, { type: 'secondary', - text: __( 'Apply', 'woocommerce-paypal-payments' ), + text: __( 'Sign up', 'woocommerce-paypal-payments' ), url: 'https://developer.paypal.com/docs/checkout/apm/', showWhen: 'disabled', class: 'small-button', @@ -153,7 +153,7 @@ export const getFeatures = ( setActiveModal ) => { }, { type: 'secondary', - text: __( 'Apply', 'woocommerce-paypal-payments' ), + text: __( 'Sign up', 'woocommerce-paypal-payments' ), urls: { sandbox: 'https://www.sandbox.paypal.com/bizsignup/add-product?product=payment_methods&capabilities=GOOGLE_PAY', @@ -214,7 +214,7 @@ export const getFeatures = ( setActiveModal ) => { }, { type: 'secondary', - text: __( 'Apply', 'woocommerce-paypal-payments' ), + text: __( 'Sign up', 'woocommerce-paypal-payments' ), urls: { sandbox: 'https://www.sandbox.paypal.com/bizsignup/add-product?product=payment_methods&capabilities=APPLE_PAY', @@ -258,7 +258,7 @@ export const getFeatures = ( setActiveModal ) => { }, { type: 'secondary', - text: __( 'Apply', 'woocommerce-paypal-payments' ), + text: __( 'Sign up', 'woocommerce-paypal-payments' ), urls: { sandbox: '#', live: '#',