Skip to content

Commit

Permalink
Programming exercises: Fix missing translation when creating a progra…
Browse files Browse the repository at this point in the history
…mming exercise (ls1intum#6406)
  • Loading branch information
tobias-lippert authored Apr 6, 2023
1 parent 40a78ee commit d7839da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<form name="editForm" role="form" novalidate #editForm="ngForm" (keydown.enter)="isEventInsideTextArea($event)" *ngIf="!isShowingWizardMode">
<div class="d-flex" *ngIf="!isImport && !programmingExercise.id">
<div class="flex-grow-1 align-items-center">
<h4 *ngIf="!isImport && !programmingExercise.id" id="jhi-programming-exercise-heading-create" jhiTranslate="artemisApp.programmingExercise.home.generateLabel">
<h4 *ngIf="!isImport && !programmingExercise.id" id="jhi-programming-exercise-heading-create" jhiTranslate="artemisApp.programmingExercise.home.createLabel">
Generate new Programming Exercise
</h4>
<jhi-documentation-button [type]="documentationType"></jhi-documentation-button>
Expand Down

0 comments on commit d7839da

Please sign in to comment.