Hi, Dmitry.
Thank you for contacting us.
Please, switch to English and check if it's displayed.
If yes, then switch back to Russian and check your language file if it's not missing language constant.
Hi, Dmitry.
Let me test this, I'll update you with results.
Hi,
Would you mind provide me the FTP access, please? seems the translation is broken
Hello. FTP data added to first post.
I'm not sure, what should be displayed "yesterday" or "1 day ago" but never seen it at photo gallery (in english too, when tested it). Video gallery display "yesterday" correct. Thanks.
Hi Dmitry,
This is valid bug.. I already reported this to our developer.
thank you
to fix this issue please open this file components/com_community/libraries/activities.php, find this code
if ($html != JText::_('COM_COMMUNITY_LAPSED_YESTERDAY'))
//$html .= JText::_('COM_COMMUNITY_LAPSED_AGO');
return $html;
$html .= JText::_('COM_COMMUNITY_LAPSED_AGO');
return $html;
you're welcome :)