Its an option, but you can remove this text using CCS code snippet below.
body .woodmart-hover-base:not(.product-in-carousel) .woodmart-buttons > div a {
font-size: 0 !important;
}
body .catalog-mode-on .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons>div a:before {
margin-right: 0;
}
body .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons .wrap-wishlist-button,
body .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-buttons .wrap-quickview-button {
text-align: center;
}
Regards