Skip to content

Commit

Permalink
Exam mode: Fix an issue where a translation is outdated (#9804)
Browse files Browse the repository at this point in the history
  • Loading branch information
edkaya authored Nov 20, 2024
1 parent 8d596a9 commit 5b7b1ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h4 class="exercise-title">
{{ exercise.title }}
<span
>[{{ exercise.maxPoints }} {{ 'artemisApp.examParticipation.points' | artemisTranslate }}]
>[{{ exercise.maxPoints }} {{ 'artemisApp.examParticipation.exercisePoints' | artemisTranslate }}]
@if (exercise.includedInOverallScore !== IncludedInOverallScore.INCLUDED_COMPLETELY) {
<jhi-included-in-score-badge [includedInOverallScore]="exercise.includedInOverallScore" />
}
Expand Down

0 comments on commit 5b7b1ec

Please sign in to comment.