Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exam mode: Fix a wrong message when deleting a test run #9191

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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"
},
"examTimeline": {
"title": "Exam timeline of {{ username }}",
Expand Down
Loading