fixed remove from wishlist
This commit is contained in:
parent
529640cbf6
commit
8bc503482f
|
|
@ -11,5 +11,5 @@
|
|||
|
||||
return [
|
||||
'add_wishlist_success' => 'Add to wishlist successfully',
|
||||
'remove_wishlist_success' => 'Remove to wishlist successfully',
|
||||
'remove_wishlist_success' => 'Remove from wishlist successfully',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue