Skip to content

Commit

Permalink
fix: change chapter title (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-pajak authored Jan 13, 2025
1 parent e1ec228 commit d5426b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/modules/Courses/Lesson/Lesson.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function LessonPage() {
<span className="text-neutral-800">
{t("studentLessonView.other.chapter")} {currentChapter?.displayOrder}:
</span>{" "}
{course?.title}
{currentChapter?.title}
</p>
</div>
<LessonContent
Expand Down

0 comments on commit d5426b0

Please sign in to comment.