<em>@munheko 227507 wrote:</em><blockquote>Hello, i want to change language text in breadcrumbs.
I cant find the way to do that, can you help me?
Thanks.</blockquote>
Go to::
plugins/system/jat3/base-themes/default/blocks/navhelper.php file and change this::
<strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
to
<strong><?php echo JText::_(‘YOU ARE HERE’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
Now, You can thereon, add this text at end of file:: language/en-gb.ini
YOU ARE HERE=You can be
and update the text after = sign accordingly