todo: i18n

This commit is contained in:
Timo De Meyst 2025-04-24 16:38:36 +02:00
parent c1eeee4e39
commit f5e75cd868

View file

@ -189,7 +189,7 @@ import type { GroupDTO } from "@dwengo-1/common/interfaces/group";
}, },
}) })
} else { } else {
alert("Please type a question before submitting.") alert("Please type a question before submitting.") // TODO: i18n
} }
} }