From 1bac6eb110c81a485430ec6af4dcdf1276d1fcb6 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Thu, 21 Sep 2023 23:25:17 +0100 Subject: [PATCH] Updated the nomenclature of the ModuleTitle --- src/components/Medium/ModuleTitle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Medium/ModuleTitle.tsx b/src/components/Medium/ModuleTitle.tsx index 31e91272..dc5a4ea7 100644 --- a/src/components/Medium/ModuleTitle.tsx +++ b/src/components/Medium/ModuleTitle.tsx @@ -89,7 +89,7 @@ export default function ModuleTitle({minTimer, module, label, exerciseIndex, tot {moduleLabels[module]} exam {label && `- ${label}`} - Question {exerciseIndex}/{totalExercises} + Exercise {exerciseIndex}/{totalExercises}