From b22efb2b7b2b10eb863c53636d7f930b76c07498 Mon Sep 17 00:00:00 2001 From: Glenn Hermans Date: Sat, 20 Jun 2020 11:45:20 +0200 Subject: [PATCH] fixed #3304 --- .../src/Resources/views/shop/guest/wishlist/index.blade.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/guest/wishlist/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/guest/wishlist/index.blade.php index 9ea2745a5..e66af5d07 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/guest/wishlist/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/guest/wishlist/index.blade.php @@ -121,11 +121,7 @@ this.$root.headerItemsCount++; this.setStorageValue('wishlist_product', updatedItems); - window.showAlert( - `alert-success`, - this.__('shop.general.alert.success'), - `${this.__('customer.compare.removed')}` - ); + window.showAlert(`alert-success`, this.__('shop.general.alert.success'), `${this.__('customer.app.wishlist.removed')}`); } } });