diff --git a/main/template/default/auth/courses_categories.php b/main/template/default/auth/courses_categories.php
index 72f3ef3e9a..98cbdf64a8 100755
--- a/main/template/default/auth/courses_categories.php
+++ b/main/template/default/auth/courses_categories.php
@@ -138,7 +138,7 @@ $userInfo = api_get_user_info();
* it, as this can considerably slow down your system
*/
if (!empty($browse_course_categories)) {
- //echo ''.get_lang('RandomPick').'
';
+ echo ''.get_lang('RandomPick').'
';
?>
diff --git a/main/template/default/auth/sessions_catalog.tpl b/main/template/default/auth/sessions_catalog.tpl
index 64e64da49c..360ad5cc65 100644
--- a/main/template/default/auth/sessions_catalog.tpl
+++ b/main/template/default/auth/sessions_catalog.tpl
@@ -71,7 +71,7 @@
{% endif %}
{% if coursesCategoriesList is not empty %}
-
+ {{ 'RandomPick' | get_lang }}
{% endif %}