From 755bc12fe2bfca877b1cb2c900900ceff499cfc0 Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Mon, 10 Feb 2025 09:43:15 +0100 Subject: [PATCH] Rewrite description & placeholder of disable cards field --- .../Settings/Components/Settings/Blocks/OtherSettings.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Settings/Blocks/OtherSettings.js b/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Settings/Blocks/OtherSettings.js index b2983eaf1..72caf4b33 100644 --- a/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Settings/Blocks/OtherSettings.js +++ b/modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Settings/Blocks/OtherSettings.js @@ -25,7 +25,7 @@ const OtherSettings = () => { 'woocommerce-paypal-payments' ) } description={ __( - "If left blank, PayPal and other buttons will present in the user's detected language. Enter a language here to force all buttons to display in that language.", + 'By default, all possible credit cards will be accepted. Card types added here will be rejected at checkout.', 'woocommerce-paypal-payments' ) } > @@ -34,6 +34,10 @@ const OtherSettings = () => { value={ disabledCards } onChange={ setDisabledCards } isMulti={ true } + placeholder={ __( + 'Show all cards', + 'woocommerce-paypal-payments' + ) } />