diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index c2534fc03e2..4768031c260 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -422,8 +422,10 @@ "add-subtitles": "Help improve or add subtitles", "wrong-answer": "Sorry, that's not the right answer. Give it another try?", "check-answer": "Click the button below to check your answer.", - "assignment-not-complete": "Please complete the assignments", - "assignments": "Assignments", + "assignment-not-complete_one": "Please complete the assignment", + "assignment-not-complete_other": "Please complete the assignments", + "assignments_one": "Assignment", + "assignments_other": "Assignments", "question": "Question", "questions": "Questions", "answered-mcq": "You have unanswered questions and/or incorrect answers.", diff --git a/client/src/templates/Challenges/components/assignments.tsx b/client/src/templates/Challenges/components/assignments.tsx index 8453b3f48a1..c2f5fee1c2d 100644 --- a/client/src/templates/Challenges/components/assignments.tsx +++ b/client/src/templates/Challenges/components/assignments.tsx @@ -24,7 +24,9 @@ function Assignments({ const { t } = useTranslation(); return ( <> - +
{assignments.map((assignment, index) => (