Skip to content

Commit

Permalink
Exam mode: Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Feb 3, 2022
1 parent 8212e2d commit e00dd7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2>
<jhi-exam-information [exam]="studentExam.exam!" [studentExam]="studentExam"></jhi-exam-information>
<div class="mb-4 text-center" *ngIf="studentExam && studentExam.exam && isBeforeStudentReviewEnd() && isAfterStudentReviewStart()">
<a class="btn btn-success" style="cursor: default; pointer-events: none">
{{ 'artemisApp.examManagement.studentReviewEnabled' | artemisTranslate }}
{{ 'artemisApp.exam.studentReviewEnabled' | artemisTranslate }}
</a>
</div>
<div class="mb-4" *ngIf="studentExam && studentExam.exercises && studentExam.exam">
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/i18n/de/exam.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"publishResultsDate": "Veröffentlichung der Ergebnisse",
"examStudentReviewStart": "Beginn der Klausureinsicht",
"examStudentReviewEnd": "Ende der Klausureinsicht",
"examStudentReviewEnabled": "Einsichtnahme ist möglich",
"duration": "Dauer",
"nrOfStudents": "Anzahl registrierter Studierender",
"created": "Neue Klausur erstellt",
Expand Down

0 comments on commit e00dd7e

Please sign in to comment.