diff --git a/src/components/SessionCardFooter.tsx b/src/components/SessionCardFooter.tsx index a556cc43..50dd4d5a 100644 --- a/src/components/SessionCardFooter.tsx +++ b/src/components/SessionCardFooter.tsx @@ -201,7 +201,9 @@ const SessionCardFooter: React.FC = ({ ); } else if (!topicList || topicList.length === 0) { showToastMessage( - t('CENTER_SESSION.COURSE_PLANNER_NOT_AVAILABLE'), + t('CENTER_SESSION.COURSE_PLANNER_NOT_AVAILABLE', { + subject: item?.metadata?.subject, + }), 'error' ); }