fix: missende vertalingen

This commit is contained in:
laurejablonski 2025-05-10 12:09:13 +02:00
parent e9892df52d
commit a0520b861e
6 changed files with 34 additions and 6 deletions

View file

@ -113,7 +113,7 @@
function sentInvite(): void {
if (!usernameTeacher.value) {
showSnackbar(t("please enter a valid username"), "error");
showSnackbar(t("valid-username"), "error");
return;
}
const data: TeacherInvitationData = {

View file

@ -113,7 +113,7 @@
dialog.value = true;
}
if (!className.value || className.value === "") {
showSnackbar(t("name is mandatory"), "error");
showSnackbar(t("nameIsMandatory"), "error");
}
}