Our developer updated these 2 files to fix this issue:
/templates/ja_teline_v/html/layouts/joomla/content/intro/default.php
/templates/ja_teline_v/html/layouts/joomla/content/intro/event.php
Change:
echo JText::sprintf('COM_CONTENT_READ_MORE_TITLE');
to:
echo JText::_('COM_CONTENT_READ_MORE_TITLE');
Kindly check.