mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Change the wording from 'Check' to 'Enable'
This commit is contained in:
parent
782d76578c
commit
1a47b75dfd
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' => __(
|
||||
'Check to show the tagline below the payment button. Requires button width of 300px minimum to appear.',
|
||||
'Enable 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' => __(
|
||||
'Check to show the tagline below the payment button. Requires button width of 300px minimum to appear.',
|
||||
'Enable 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' => __(
|
||||
'Check to show the tagline below the payment button. Requires button width of 300px minimum to appear.',
|
||||
'Enable 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' => __(
|
||||
'Check to show the tagline below the payment button. Requires button width of 300px minimum to appear.',
|
||||
'Enable 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' => __(
|
||||
'Check to show the tagline below the payment button. Requires button width of 300px minimum to appear.',
|
||||
'Enable 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