Merge pull request #3305 from ghermans/3304

Fixed #3304
This commit is contained in:
Jitendra Singh 2020-06-20 17:35:40 +05:30 committed by GitHub
commit 490c6ff64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

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