In components/com_matukio/views/event/tmpl/bootstrap3.php,
<?php echo JText::_("COM_MATUKIO_Organizer"); ?>
is called, but I could not find it in language files.Shouldn't this be
COM_MATUKIO_ORGANIZER
instead? <?php echo JText::_("COM_MATUKIO_Organizer"); ?>
is called, but I could not find it in language files.COM_MATUKIO_ORGANIZER
instead?