Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
COM_COMMUNITY_STREAM_LIKES_SINGULAR_PHOTO language issue
you must changing it at our core. components/com_community/helpers/likes.php.
lines 84 -87,
from
CUrlHelper::userLink($targetOwner->id),
$ownerText,
$data->urlLink,
JText::_($data->element)
to
$data->urlLink,
JText::_($data->element),
CUrlHelper::userLink($targetOwner->id),
$ownerText
FYI: this changes can disappear on upgrade process.