mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
make descriptions more easier to change
This commit is contained in:
parent
f3a0c0d0ce
commit
2620292c48
1 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ return function ( ContainerInterface $container, array $fields ): array {
|
|||
'input_class' => array( 'wc-enhanced-select' ),
|
||||
'default' => array(),
|
||||
'desc_tip' => false,
|
||||
'description' => __( 'Example description', 'woocommerce-paypal-payments' ),
|
||||
'description' => __( 'Example description 1', 'woocommerce-paypal-payments' ),
|
||||
'options' => $container->get( 'wcgateway.settings.pay-later.button-locations' ),
|
||||
'screens' => array( State::STATE_ONBOARDED ),
|
||||
'requirements' => array( 'messages' ),
|
||||
|
@ -79,7 +79,7 @@ return function ( ContainerInterface $container, array $fields ): array {
|
|||
'screens' => array( State::STATE_ONBOARDED ),
|
||||
'requirements' => array( 'messages' ),
|
||||
'gateway' => Settings::PAY_LATER_TAB_ID,
|
||||
'description' => __( 'Example description.', 'woocommerce-paypal-payments' ),
|
||||
'description' => __( 'Example description. 2', 'woocommerce-paypal-payments' ),
|
||||
),
|
||||
'pay_later_messaging_enabled' => array(
|
||||
'title' => __( 'Enable/Disable', 'woocommerce-paypal-payments' ),
|
||||
|
@ -98,7 +98,7 @@ return function ( ContainerInterface $container, array $fields ): array {
|
|||
'input_class' => array( 'wc-enhanced-select' ),
|
||||
'default' => array(),
|
||||
'desc_tip' => false,
|
||||
'description' => __( 'Example description', 'woocommerce-paypal-payments' ),
|
||||
'description' => __( 'Example description 3', 'woocommerce-paypal-payments' ),
|
||||
'options' => $container->get( 'wcgateway.settings.pay-later.messaging-locations' ),
|
||||
'screens' => array( State::STATE_ONBOARDED ),
|
||||
'requirements' => array( 'messages' ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue