Dear erkan Dirikcan,
Please do the following steps:
* go to "templates\sj_flowerstore\html\com_virtuemart\category\default.php", finding:
<span><?php if($this->category->category_name){ echo $this->category->category_name; } else{ echo JText::_('Feature Products'); } ?></span>
=>
<span><?php if($this->category->category_name){ echo $this->category->category_name; } else{ echo JText::_('FEATURE_PRODUCTS'); } ?></span>
* insert the following code line into the end of your language file. Example: "language\en-GB\en-GB.com_virtuemart.ini"
FEATURE_PRODUCTS ="Featured Products"
Thanks