Hello,
I saw the screenshot you attached.
To translate the texts you need to install and use the loco translate plugin then choose the correct path to translate the strings.
Your path will be Loco translate >> Themes >> Woodmart.
You can also watch the video in our detailed documentation at the following link: https://www.youtube.com/watch?v=D3NsDdMzsls
And to change the icon try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-empty-wishlist:before {
content: "\f106";
font-family: woodmart-font;
}
Best Regards.