From 5e959342e9eba0fa8cc73321a56c0a61c1262752 Mon Sep 17 00:00:00 2001 From: Oleh Kobchenko <okobchenko@ebay.com> Date: Thu, 9 Jul 2015 10:39:13 +0300 Subject: [PATCH] MAGETWO-39888: Incorrect message displayed when trying to delete product from mini shopping cart - message fixed --- app/code/Magento/Checkout/view/frontend/web/js/view/minicart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Checkout/view/frontend/web/js/view/minicart.js b/app/code/Magento/Checkout/view/frontend/web/js/view/minicart.js index 516d1e3b1c2..7d74cfedf8b 100644 --- a/app/code/Magento/Checkout/view/frontend/web/js/view/minicart.js +++ b/app/code/Magento/Checkout/view/frontend/web/js/view/minicart.js @@ -52,7 +52,7 @@ define([ "button": ":button.update-cart-item" }, "confirmMessage": $.mage.__( - 'Are you sure you want to remove this item from your Compare Products list?' + 'Are you sure you would like to remove this item from the shopping cart?' ) }); } -- GitLab