diff --git a/main/course_progress/thematic.php b/main/course_progress/thematic.php
index 9df170606d..9ed8a1d2fd 100755
--- a/main/course_progress/thematic.php
+++ b/main/course_progress/thematic.php
@@ -117,7 +117,7 @@ if ($action == 'thematic_list') {
echo '';
}
} else {
- echo '
'.get_lang('StillDoNotHaveAThematicAdvance').' | | ';
+ echo '
'.get_lang('ThereIsNoAThematicAdvance').' | | ';
}
echo '';
echo '';
@@ -125,7 +125,11 @@ if ($action == 'thematic_list') {
}
echo '';
} else {
- echo ''.get_lang('ThereIsStillAthematicSection').'
';
+ echo '';
}
} else if ($action == 'thematic_add' || $action == 'thematic_edit') {