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')}`); } } });