fixed remove from wishlist

This commit is contained in:
Edward Yang 2022-08-22 20:31:07 +08:00
parent 529640cbf6
commit 8bc503482f
1 changed files with 1 additions and 1 deletions

View File

@ -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',
];