diff --git a/frontend/src/views/learning-paths/LearningPathPage.vue b/frontend/src/views/learning-paths/LearningPathPage.vue index 0e050477..8d59acb4 100644 --- a/frontend/src/views/learning-paths/LearningPathPage.vue +++ b/frontend/src/views/learning-paths/LearningPathPage.vue @@ -189,7 +189,7 @@ import type { GroupDTO } from "@dwengo-1/common/interfaces/group"; }, }) } else { - alert("Please type a question before submitting.") + alert("Please type a question before submitting.") // TODO: i18n } }