From a1b3d2834b5a67d9768e5832849b4e1a327b7dc5 Mon Sep 17 00:00:00 2001 From: Konstantin Kovshenin Date: Wed, 24 May 2017 13:04:52 +0300 Subject: [PATCH] Helper: Fix duplicate product output --- includes/admin/helper/views/html-main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/helper/views/html-main.php b/includes/admin/helper/views/html-main.php index f959d626def..b33f2be1029 100644 --- a/includes/admin/helper/views/html-main.php +++ b/includes/admin/helper/views/html-main.php @@ -169,7 +169,7 @@ - %1$s installed', 'woocommerce' ), esc_html( $data['Name'] ), esc_html( $data['Version'] ) ); ?> + %2$s installed', 'woocommerce' ), esc_html( $data['Name'] ), esc_html( $data['Version'] ) ); ?>