From 6df0347d973f8f2c56139bb4c8a6e00d82f27e2e Mon Sep 17 00:00:00 2001 From: Polycapa Date: Sun, 30 Apr 2017 15:09:14 +0200 Subject: [PATCH] Update alt text Replace variable concatenation with translated text --- main/auth/courses_categories.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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').'

';