Forum: fix translation message for forum from base course indication - refs BT#21692

pull/5620/head
NicoDucou 1 year ago
parent b3d90e3e90
commit 14868fa933
  1. 2
      public/main/lp/lp_list.php

@ -817,7 +817,7 @@ foreach ($categories as $category) {
$forumSessionIcon = '';
if (learnpath::isForumFromBaseCourse((int) $id)) {
$forumSessionIcon = Display::getMdiIcon('alert-circle', 'ch-tool-icon', '', 22, get_lang('This learning path has forums from the base course'));
$forumSessionIcon = Display::getMdiIcon('alert-circle', 'ch-tool-icon', '', 22, get_lang('This Learningpath includes a forum from the base course, so once users in a session will participate in this forum, it will start to appear in the forum tool in the session, whereas by default forums from the base course do not appear in the session.'));
}
$listData[] = [

Loading…
Cancel
Save