mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Standard payment settings - include information about minimum width requirement for tagline (PCP-2819)
This commit is contained in:
parent
601e5f4ffd
commit
782d76578c
1 changed files with 5 additions and 5 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue