Hi,
Currently you will have to edit the file "components/com_hikashop/views/user/view.html.php" in the function "cpanel()" replace:
$buttons['wishlist'] = array('link'=>hikashop_completeLink('cart&task=showcarts&cart_type=wishlist'.$url_itemid),'level'=>0,'image'=>'wishlist','text'=>JText::_('WISHLISTS'),'description'=>'<ul><li>'.JText::_('DISPLAY_THE_WISHLISTS').'</li></ul>');
By:
$buttons['wishlist'] = array('link'=>hikashop_completeLink('cart&task=showcart&cart_type=wishlist'.$url_itemid),'level'=>0,'image'=>'wishlist','text'=>JText::_('WISHLISTS'),'description'=>'<ul><li>'.JText::_('DISPLAY_THE_WISHLISTS').'</li></ul>');
We just added a check on our end for that, thanks for your report.