From 782d76578c92d561cd472c2486be7359d70eb471 Mon Sep 17 00:00:00 2001 From: Daniel Dudzic Date: Thu, 11 Apr 2024 17:29:14 +0200 Subject: [PATCH] Standard payment settings - include information about minimum width requirement for tagline (PCP-2819) --- .../src/Settings/Fields/paypal-smart-button-fields.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/ppcp-wc-gateway/src/Settings/Fields/paypal-smart-button-fields.php b/modules/ppcp-wc-gateway/src/Settings/Fields/paypal-smart-button-fields.php index 93c0ac8e7..a9029cc7b 100644 --- a/modules/ppcp-wc-gateway/src/Settings/Fields/paypal-smart-button-fields.php +++ b/modules/ppcp-wc-gateway/src/Settings/Fields/paypal-smart-button-fields.php @@ -126,7 +126,7 @@ return function ( ContainerInterface $container, array $fields ): array { 'label' => __( 'Enable tagline', 'woocommerce-paypal-payments' ), 'desc_tip' => true, 'description' => __( - 'Add the tagline. This line will only show up, if you select a horizontal layout.', + 'Check to show the tagline below the payment button. Requires button width of 300px minimum to appear.', 'woocommerce-paypal-payments' ), 'screens' => array( @@ -272,7 +272,7 @@ return function ( ContainerInterface $container, array $fields ): array { 'label' => __( 'Enable tagline', 'woocommerce-paypal-payments' ), 'desc_tip' => true, 'description' => __( - 'Add the tagline. This line will only show up, if you select a horizontal layout.', + 'Check to show the tagline below the payment button. Requires button width of 300px minimum to appear.', 'woocommerce-paypal-payments' ), 'screens' => array( @@ -412,7 +412,7 @@ return function ( ContainerInterface $container, array $fields ): array { 'default' => false, 'desc_tip' => true, 'description' => __( - 'Add the tagline. This line will only show up, if you select a horizontal layout.', + 'Check to show the tagline below the payment button. Requires button width of 300px minimum to appear.', 'woocommerce-paypal-payments' ), 'screens' => array( @@ -552,7 +552,7 @@ return function ( ContainerInterface $container, array $fields ): array { 'default' => false, 'desc_tip' => true, 'description' => __( - 'Add the tagline. This line will only show up, if you select a horizontal layout.', + 'Check to show the tagline below the payment button. Requires button width of 300px minimum to appear.', 'woocommerce-paypal-payments' ), 'screens' => array( @@ -692,7 +692,7 @@ return function ( ContainerInterface $container, array $fields ): array { 'default' => false, 'desc_tip' => true, 'description' => __( - 'Add the tagline. This line will only show up, if you select a horizontal layout.', + 'Check to show the tagline below the payment button. Requires button width of 300px minimum to appear.', 'woocommerce-paypal-payments' ), 'screens' => array(