diff --git a/main/auth/my_progress.php b/main/auth/my_progress.php index 0242bbaeb1..3a4ac273da 100644 --- a/main/auth/my_progress.php +++ b/main/auth/my_progress.php @@ -174,7 +174,7 @@ foreach ($courses as $enreg) { } } // end if (api_get_setting('use_session_mode') == 'true') - $tableTitle = $course_info['title'].' | Coach : '.$course_info['tutor_name'].((!empty($session_name)) ? ' | '.get_lang('Session').' : '.$session_name : ''); + $tableTitle = $course_info['title'].' | '.get_lang('Coach').' : '.$course_info['tutor_name'].((!empty($session_name)) ? ' | '.get_lang('Session').' : '.$session_name : ''); ?> diff --git a/main/exercice/hotpotatoes.php b/main/exercice/hotpotatoes.php index d424b8de34..c45ae49ff6 100644 --- a/main/exercice/hotpotatoes.php +++ b/main/exercice/hotpotatoes.php @@ -277,7 +277,7 @@ if((api_is_allowed_to_edit(null,true)) && (($finish == 0) || ($finish == 2)))

'; - echo '
'.Display::display_icon('hotpotatoes.jpg','').'
'; + echo '
'.Display::display_icon('hotpotatoes.jpg',get_lang('HotPotatoes')).'
'; echo ''; ?>