From f5e75cd86810fe0912ccef6d7030cdc511521e4e Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Thu, 24 Apr 2025 16:38:36 +0200 Subject: [PATCH] todo: i18n --- frontend/src/views/learning-paths/LearningPathPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }