diff --git a/client/src/pages/learningPath/learningContentPage/assignment/AttachmentSection.vue b/client/src/pages/learningPath/learningContentPage/assignment/AttachmentSection.vue index 7ed068be..5ecd92a8 100644 --- a/client/src/pages/learningPath/learningContentPage/assignment/AttachmentSection.vue +++ b/client/src/pages/learningPath/learningContentPage/assignment/AttachmentSection.vue @@ -67,17 +67,17 @@ function handleDelete() { id="upload" type="file" class="absolute opacity-0" - accept=".pdf,.jpg,.jpeg,.png,.doc,.docx,.mov,.ppt,.pptx" + accept=".pdf,.jpg,.jpeg,.png,.doc,.docx,.mov,.ppt,.pptx,.mp4" @change="fileSelected" /> {{ $t("a.Datei auswählen") }}

- {{ $t("a.Mögliche Formate") }}: .JPG, .PNG, .PDF, .DOC, .MOV, .PPT + {{ $t("a.Mögliche Formate") }}: .JPG, .PNG, .PDF, .DOC, .MOV, .PPT, .MP4

- {{ $t("a.Maximale Dateigrösse") }}: 20 MB + {{ $t("a.Maximale Dateigrösse") }}: 50 MB