diff --git a/main/auth/courses_categories.php b/main/auth/courses_categories.php index 0431f7ca0a..27ae56bdac 100755 --- a/main/auth/courses_categories.php +++ b/main/auth/courses_categories.php @@ -334,10 +334,10 @@ function return_teacher($course) if ($length > 2) { $html .= ' - '.$name.' ' .get_lang('Profile').''; + '.get_lang('UserPicture').''; } else { $html .= ' - '.$name.' ' .get_lang('Profile').''; + '.get_lang('UserPicture').''; $html .= '
' . $name . '

'. get_lang('Teacher').'

';