diff --git a/src/main/webapp/i18n/de/exam.json b/src/main/webapp/i18n/de/exam.json index e1cad7c5b597..755f96d17c04 100644 --- a/src/main/webapp/i18n/de/exam.json +++ b/src/main/webapp/i18n/de/exam.json @@ -784,7 +784,8 @@ "studentExam": { "alreadySubmitted": "Du hast bereits abgegeben.", "submissionNotInTime": "Du hast die Klausur nicht rechtzeitig abgegeben. Sie wird nicht bewertet!", - "handInFailed": "Die Abgabe der Klausur ist fehlgeschlagen. Bitte versuche es erneut!" + "handInFailed": "Die Abgabe der Klausur ist fehlgeschlagen. Bitte versuche es erneut!", + "deleted": "Testlauf \"{{ param }}\" gelöscht" }, "examTimeline": { "title": "Klausurverlauf von {{ username }}", diff --git a/src/main/webapp/i18n/en/exam.json b/src/main/webapp/i18n/en/exam.json index 534c20eecdb5..e6cd603e780c 100644 --- a/src/main/webapp/i18n/en/exam.json +++ b/src/main/webapp/i18n/en/exam.json @@ -785,7 +785,8 @@ "studentExam": { "alreadySubmitted": "You have already submitted.", "submissionNotInTime": "You have not submitted your exam on time. It will not be graded!", - "handInFailed": "Submission of your exam failed. Please try again!" + "handInFailed": "Submission of your exam failed. Please try again!", + "deleted": "Deleted test run \"{{ param }}\"" }, "examTimeline": { "title": "Exam timeline of {{ username }}",