diff --git a/frontend/src/components/VideoBlock.vue b/frontend/src/components/VideoBlock.vue index 664b17e2..889968eb 100644 --- a/frontend/src/components/VideoBlock.vue +++ b/frontend/src/components/VideoBlock.vue @@ -115,11 +115,27 @@ :saveQuizzes="saveQuizzes" :duration="duration" /> + + + + {{ + __( + 'Complete the upcoming quiz to continue watching the video. The quiz will open in {0} {1}.' + ).format(quizLoadTimer, quizLoadTimer === 1 ? 'second' : 'seconds') + }} + + +