Hello there,
I've found these lines:
Code:
if ( $viewer->get( 'id' ) == $user->get( 'id' ) ) {
$return .= CBTxt::T( 'You have no activity.' );
} else {
$return .= CBTxt::T( 'This user has no activity.' );
in file:
public_html/components/com_comprofiler/plugin/user/plug_cbactivity/templates/default/tab.php
I could not find any other language translation file that would translate these two strings.
Where should I put these to be translated?
Thanks,