fix: course details link preview

This commit is contained in:
Jannat Patel
2023-05-15 13:13:45 +05:30
parent 0093025e5d
commit c01c248202
9 changed files with 17 additions and 19 deletions

View File

@@ -47,7 +47,7 @@
{% if lesson.name %}
<a class="btn btn-default btn-sm mr-2" href="{{ get_lesson_url(course.name, lesson_number) }}">
<span>
{{ _("Preview") }}
{{ _("Back to Lesson") }}
</span>
</a>
{% endif %}