fix: mark as complete label

This commit is contained in:
Jannat Patel
2021-12-01 18:59:29 +05:30
parent 66f6c1fd46
commit a78019ccbc

View File

@@ -84,7 +84,7 @@
<label class="quiz-label">
<input class="option mark-progress" type="checkbox" checked>
<img class="empty-checkbox" />
<span class="small">{{ _("Mark as complete when moving to the next lesson") }}</span>
<span class="small">{{ _("Mark as complete on moving to the next lesson") }}</span>
</label>
</div>