✏️ Fix incorrect <br> tags

This commit is contained in:
Philipp Stracker 2024-07-17 14:05:18 +02:00
parent a4a4f80a99
commit c664a8308b
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ return function ( ContainerInterface $container, array $fields ): array {
),
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#button-on-checkout" target="_blank">',
'</a>',
'</ br>'
'<br />'
),
'type' => 'ppcp-heading',
'screens' => array(

View file

@ -847,7 +847,7 @@ return function ( ContainerInterface $container, array $fields ): array {
__( 'When enabled, a %1$sPay Later button%2$s is displayed for eligible customers.%3$sPayPal buttons must be enabled to display the Pay Later button.', 'woocommerce-paypal-payments' ),
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#pay-later-buttons" target="_blank">',
'</a>',
'</ br>'
'<br />'
),
),
'pay_later_button_enabled' => array(

View file

@ -233,7 +233,7 @@ return function ( ContainerInterface $container, array $fields ): array {
),
'<a href="https://woocommerce.com/document/woocommerce-paypal-payments/#button-on-checkout" target="_blank">',
'</a>',
'</ br>'
'<br />'
),
'type' => 'ppcp-heading',
'screens' => array(