From 2b3fb6aff476aca35f4d3b8fce62b0c7aad9d7e8 Mon Sep 17 00:00:00 2001 From: Sanjay Date: Fri, 3 Jun 2022 17:06:21 +0530 Subject: [PATCH 1/2] Issue #6469 fixed --- packages/Webkul/Admin/src/Resources/lang/en/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/Webkul/Admin/src/Resources/lang/en/app.php b/packages/Webkul/Admin/src/Resources/lang/en/app.php index 989214595..9d19f3d96 100755 --- a/packages/Webkul/Admin/src/Resources/lang/en/app.php +++ b/packages/Webkul/Admin/src/Resources/lang/en/app.php @@ -1614,8 +1614,8 @@ return [ 'accepted-currencies-info' => 'Add currency code comma seperated e.g. USD,INR,...', 'buy-now-button-display' => 'Allow customers to directly buy products', 'show-search-input-field' => 'Show Search Input Field', - 'allow-no-of-new-product-homepage' => 'Allowed No of New Product in Homepage', - 'allow-no-of-featured-product-homepage' => 'Allowed No of Featured Product in Homepage', + 'allow-no-of-new-product-homepage' => 'Allowed No. of New Product in Homepage', + 'allow-no-of-featured-product-homepage' => 'Allowed No. of Featured Product in Homepage', 'width' => 'Width', 'height' => 'Height', 'cache-small-image' => 'Small Image', From 938da5f348e5620e4ac3d6119bdc8528cd71a85a Mon Sep 17 00:00:00 2001 From: Sanjay Date: Mon, 6 Jun 2022 11:02:30 +0530 Subject: [PATCH 2/2] Changes complete --- packages/Webkul/Admin/src/Resources/lang/en/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/Webkul/Admin/src/Resources/lang/en/app.php b/packages/Webkul/Admin/src/Resources/lang/en/app.php index 9d19f3d96..1d7d87f47 100755 --- a/packages/Webkul/Admin/src/Resources/lang/en/app.php +++ b/packages/Webkul/Admin/src/Resources/lang/en/app.php @@ -1614,8 +1614,8 @@ return [ 'accepted-currencies-info' => 'Add currency code comma seperated e.g. USD,INR,...', 'buy-now-button-display' => 'Allow customers to directly buy products', 'show-search-input-field' => 'Show Search Input Field', - 'allow-no-of-new-product-homepage' => 'Allowed No. of New Product in Homepage', - 'allow-no-of-featured-product-homepage' => 'Allowed No. of Featured Product in Homepage', + 'allow-no-of-new-product-homepage' => 'Allowed number of New Product in Homepage', + 'allow-no-of-featured-product-homepage' => 'Allowed number of Featured Product in Homepage', 'width' => 'Width', 'height' => 'Height', 'cache-small-image' => 'Small Image',