diff --git a/frontend/locales/en.json b/frontend/locales/en.json index eddb849..bdc4f96 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -567,6 +567,10 @@ "start_activity": "Start Activity", "back_to_board": "Back to Board" }, + "leitner_session": { + "completed_title": "Review Session Completed!", + "save_failed": "Failed to save progress. Please try again." + }, "extension": { "nudge": { "title": "Install the Subturtle extension", diff --git a/frontend/pages/practice/flashcards-[id].vue b/frontend/pages/practice/flashcards-[id].vue index 8ca0d44..24b146b 100644 --- a/frontend/pages/practice/flashcards-[id].vue +++ b/frontend/pages/practice/flashcards-[id].vue @@ -36,12 +36,27 @@ + + + + + {{ t('leitner_session.completed_title') }} + + + + + {{ t('board.back_to_board') }} + + +