style: discussons empty state and mark as complete message

This commit is contained in:
Jannat Patel
2021-11-29 16:20:49 +05:30
parent 715a1b5df5
commit cf8be3ca21
2 changed files with 3 additions and 3 deletions

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 the lesson as complete on moving to next lesson") }}</span>
<span class="small">{{ _("Mark as complete when moving to the next lesson") }}</span>
</label>
</div>