azzaya
Hi
open file "/html/mod_articles_category/owl.php" in template "ja_property".
Find this code
<?php echo Jtext::_('TPL_FOR').' '.$customs['rent-or-sale']->value ;?></span>
Replace it with
<?php echo $customs['rent-or-sale']->value ;?></span>
Now open file "/html/mod_articles_category/grid.php" in template "ja_property".
Find
<?php echo Jtext::_('TPL_FOR').' '.$customs['rent-or-sale']->value ;?></span>
Replace it with
<?php echo $customs['rent-or-sale']->value ;?></span>
Save and check.
Regards