From 0b71abedbf1ed66f9c4b0227b2e14bb0ecec3edd Mon Sep 17 00:00:00 2001 From: Jitendra Singh Date: Mon, 13 Jan 2020 12:26:53 +0530 Subject: [PATCH] Issue #1764 fixexcd --- .../Webkul/Customer/src/Http/Controllers/WishlistController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Webkul/Customer/src/Http/Controllers/WishlistController.php b/packages/Webkul/Customer/src/Http/Controllers/WishlistController.php index 5fc59c6d9..59abaab05 100755 --- a/packages/Webkul/Customer/src/Http/Controllers/WishlistController.php +++ b/packages/Webkul/Customer/src/Http/Controllers/WishlistController.php @@ -161,7 +161,7 @@ class WishlistController extends Controller if ($result) { session()->flash('success', trans('shop::app.wishlist.moved')); } else { - session()->flash('info', trans('shop::app.wishlist.option-missing')); + session()->flash('info', trans('shop::app.checkout.cart.integrity.missing_options')); return redirect()->route('shop.productOrCategory.index', $wishlistItem->product->url_key); }