Hi sandra97
You can open the file: /templates/ja_spa/html/mod_articles_category/list-services.php
At approx line 139:
<?php if ($item->displayCategoryTitle) : ?>
<div class="category-name">
<?php echo $item->displayCategoryTitle; ?>
</div>
<?php endif; ?>
change it to:
<?php if ($item->displayCategoryTitle) : ?>
<div class="category-name">
<?php echo $title; ?>
</div>
<?php endif; ?>