浏览代码

fix raw text

Juan Carlos Raña 15 年之前
父节点
当前提交
5642a538de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/auth/my_progress.php

+ 1 - 1
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 : '');
 
 		?>
 		<table class="data_table" width="100%">