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 516d1e3b1c245d54ae5b7f4193e828a95da8aa89..7d74cfedf8b9f941d29ce3caeef6b3de055483d7 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?' ) }); }