From 20625e9a454a64407800ded79f59defd6dadd52f Mon Sep 17 00:00:00 2001 From: Daniel Bitzer Date: Thu, 4 Jul 2019 11:24:11 +0930 Subject: [PATCH] Fix missing space and closing tag Strong tag was not being echoed and space was missing after full stop. --- includes/admin/helper/views/html-oauth-start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/helper/views/html-oauth-start.php b/includes/admin/helper/views/html-oauth-start.php index dedbec25fde..52ee59631b3 100644 --- a/includes/admin/helper/views/html-oauth-start.php +++ b/includes/admin/helper/views/html-oauth-start.php @@ -19,7 +19,7 @@ defined( 'ABSPATH' ) || exit(); WooCommerce -

' . esc_html_e( 'Feel free to reconnect again using the button below.', 'woocommerce' ); ?>

+