mamadesign Hi
It's a text link declared in this layout file of Articles Category module: ROOT/templates/ja_boxing/html/mod_articles_category/classes-2.php
<a class="btn btn-secondary" href="<?php echo $item->link; ?>">
<?php echo Text::_('TPL_TRY_CLASS'); ?>
</a>
You can override this language constant: TPL_TRY_CLASS
Check out this guide for how to override languages: https://docs.joomla.org/Help4.x:Languages:_Overrides
Regards