Skip to content

Commit

Permalink
Add delete test run messages
Browse files Browse the repository at this point in the history
  • Loading branch information
edkaya committed Aug 5, 2024
1 parent fc8aa37 commit fa31c39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/webapp/i18n/de/exam.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}",
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/i18n/en/exam.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}",
Expand Down

0 comments on commit fa31c39

Please sign in to comment.