Standard payment settings - include information about minimum width requirement for tagline (PCP-2819)

This commit is contained in:
Daniel Dudzic 2024-04-11 17:29:14 +02:00
parent 601e5f4ffd
commit 782d76578c
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -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(