From 2286dbaa345279b980368916cb7ba27dab25db23 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Tue, 12 Dec 2023 16:25:04 +0100 Subject: [PATCH] Change upload quota text, add file extension --- .../learningContentPage/assignment/AttachmentSection.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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