diff --git a/packages/Webkul/Customer/src/Http/Controllers/WishlistController.php b/packages/Webkul/Customer/src/Http/Controllers/WishlistController.php index d49cf1db5..24b2cc573 100755 --- a/packages/Webkul/Customer/src/Http/Controllers/WishlistController.php +++ b/packages/Webkul/Customer/src/Http/Controllers/WishlistController.php @@ -145,7 +145,7 @@ class WishlistController extends Controller $updateCounts = $this->currentCustomer->wishlist_items()->update(['shared' => $data['shared']]); if ($updateCounts && $updateCounts > 0) { - session()->flash('success', 'Shared wishlist settings updated successfully'); + session()->flash('success', __('shop::app.customer.account.wishlist.update-message')); return redirect()->back(); } diff --git a/packages/Webkul/Shop/src/Resources/lang/ar/app.php b/packages/Webkul/Shop/src/Resources/lang/ar/app.php index be29c008c..38db9d574 100644 --- a/packages/Webkul/Shop/src/Resources/lang/ar/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/ar/app.php @@ -378,6 +378,7 @@ return [ 'disable' => 'Disable', 'customer-name' => ':name\'s Shared Wishlist', 'enable-wishlist-info' => 'Enable wishlist sharing to get the link.', + 'update-message' => 'Shared wishlist settings updated successfully', ], 'downloadable_products' => [ diff --git a/packages/Webkul/Shop/src/Resources/lang/de/app.php b/packages/Webkul/Shop/src/Resources/lang/de/app.php index 0239f3702..352b65445 100755 --- a/packages/Webkul/Shop/src/Resources/lang/de/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/de/app.php @@ -375,6 +375,7 @@ return [ 'disable' => 'Disable', 'customer-name' => ':name\'s Shared Wishlist', 'enable-wishlist-info' => 'Enable wishlist sharing to get the link.', + 'update-message' => 'Shared wishlist settings updated successfully', ], 'downloadable_products' => [ diff --git a/packages/Webkul/Shop/src/Resources/lang/en/app.php b/packages/Webkul/Shop/src/Resources/lang/en/app.php index 23a57c407..470bec7d9 100755 --- a/packages/Webkul/Shop/src/Resources/lang/en/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/en/app.php @@ -379,6 +379,7 @@ return [ 'disable' => 'Disable', 'customer-name' => ':name\'s Shared Wishlist', 'enable-wishlist-info' => 'Enable wishlist sharing to get the link.', + 'update-message' => 'Shared wishlist settings updated successfully', ], 'downloadable_products' => [ diff --git a/packages/Webkul/Shop/src/Resources/lang/es/app.php b/packages/Webkul/Shop/src/Resources/lang/es/app.php index c543010ef..4978982b3 100644 --- a/packages/Webkul/Shop/src/Resources/lang/es/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/es/app.php @@ -378,6 +378,7 @@ return [ 'disable' => 'Disable', 'customer-name' => ':name\'s Shared Wishlist', 'enable-wishlist-info' => 'Enable wishlist sharing to get the link.', + 'update-message' => 'Shared wishlist settings updated successfully', ], 'downloadable_products' => [ diff --git a/packages/Webkul/Shop/src/Resources/lang/fa/app.php b/packages/Webkul/Shop/src/Resources/lang/fa/app.php index c12b08545..63295daf2 100644 --- a/packages/Webkul/Shop/src/Resources/lang/fa/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/fa/app.php @@ -374,6 +374,7 @@ return [ 'disable' => 'Disable', 'customer-name' => ':name\'s Shared Wishlist', 'enable-wishlist-info' => 'Enable wishlist sharing to get the link.', + 'update-message' => 'Shared wishlist settings updated successfully', ], 'downloadable_products' => [ diff --git a/packages/Webkul/Shop/src/Resources/lang/fr/app.php b/packages/Webkul/Shop/src/Resources/lang/fr/app.php index 9da2fff1c..76ffa5090 100755 --- a/packages/Webkul/Shop/src/Resources/lang/fr/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/fr/app.php @@ -376,6 +376,7 @@ return [ 'disable' => 'Disable', 'customer-name' => ':name\'s Shared Wishlist', 'enable-wishlist-info' => 'Enable wishlist sharing to get the link.', + 'update-message' => 'Shared wishlist settings updated successfully', ], 'downloadable_products' => [ diff --git a/packages/Webkul/Shop/src/Resources/lang/it/app.php b/packages/Webkul/Shop/src/Resources/lang/it/app.php index fb9ddab41..0513b8e8b 100644 --- a/packages/Webkul/Shop/src/Resources/lang/it/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/it/app.php @@ -376,6 +376,7 @@ return [ 'disable' => 'Disable', 'customer-name' => ':name\'s Shared Wishlist', 'enable-wishlist-info' => 'Enable wishlist sharing to get the link.', + 'update-message' => 'Shared wishlist settings updated successfully', ], 'downloadable_products' => [ diff --git a/packages/Webkul/Shop/src/Resources/lang/ja/app.php b/packages/Webkul/Shop/src/Resources/lang/ja/app.php index 4e27a2e38..889660932 100644 --- a/packages/Webkul/Shop/src/Resources/lang/ja/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/ja/app.php @@ -356,6 +356,7 @@ return [ 'disable' => 'Disable', 'customer-name' => ':name\'s Shared Wishlist', 'enable-wishlist-info' => 'Enable wishlist sharing to get the link.', + 'update-message' => 'Shared wishlist settings updated successfully', ], 'downloadable_products' => [ diff --git a/packages/Webkul/Shop/src/Resources/lang/nl/app.php b/packages/Webkul/Shop/src/Resources/lang/nl/app.php index 34e56b853..35c0b2ed1 100644 --- a/packages/Webkul/Shop/src/Resources/lang/nl/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/nl/app.php @@ -382,6 +382,7 @@ return [ 'disable' => 'Disable', 'customer-name' => ':name\'s Shared Wishlist', 'enable-wishlist-info' => 'Enable wishlist sharing to get the link.', + 'update-message' => 'Shared wishlist settings updated successfully', ], 'downloadable_products' => [ diff --git a/packages/Webkul/Shop/src/Resources/lang/pl/app.php b/packages/Webkul/Shop/src/Resources/lang/pl/app.php index e3232d894..dc9b9a8fb 100644 --- a/packages/Webkul/Shop/src/Resources/lang/pl/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/pl/app.php @@ -376,6 +376,7 @@ return [ 'disable' => 'Disable', 'customer-name' => ':name\'s Shared Wishlist', 'enable-wishlist-info' => 'Enable wishlist sharing to get the link.', + 'update-message' => 'Shared wishlist settings updated successfully', ], 'downloadable_products' => [ diff --git a/packages/Webkul/Shop/src/Resources/lang/pt_BR/app.php b/packages/Webkul/Shop/src/Resources/lang/pt_BR/app.php index e25b5b29e..3d1a52038 100755 --- a/packages/Webkul/Shop/src/Resources/lang/pt_BR/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/pt_BR/app.php @@ -370,6 +370,7 @@ return [ 'disable' => 'Disable', 'customer-name' => ':name\'s Shared Wishlist', 'enable-wishlist-info' => 'Enable wishlist sharing to get the link.', + 'update-message' => 'Shared wishlist settings updated successfully', ], 'downloadable_products' => [ diff --git a/packages/Webkul/Shop/src/Resources/lang/tr/app.php b/packages/Webkul/Shop/src/Resources/lang/tr/app.php index 58da694b3..90e6bc497 100644 --- a/packages/Webkul/Shop/src/Resources/lang/tr/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/tr/app.php @@ -375,6 +375,7 @@ return [ 'disable' => 'Disable', 'customer-name' => ':name\'s Shared Wishlist', 'enable-wishlist-info' => 'Enable wishlist sharing to get the link.', + 'update-message' => 'Shared wishlist settings updated successfully', ], 'downloadable_products' => [