Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lkleisa committed Dec 4, 2023
1 parent 28e607d commit 26c9d18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
</section>

<mat-dialog-content>
<p class="fs-6 text-black">Objective</p>
<p class="linebreak bg-display-element py-2 ps-2 mb-2 fs-6 fw-normal text-black">{{ data.objectiveTitle }}</p>
<div class="input-style gap-2 col-12">
<p class="fs-6 text-black">Objective</p>
<p class="linebreak bg-display-element py-2 ps-2 fs-6 fw-normal text-black">{{ data.objectiveTitle }}</p>
</div>

<form [formGroup]="completeForm">
<div class="input-style gap-2 col-12">
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"DIALOG_ERRORS": {
"MUST_BE_NUMBER": " muss eine Zahl sein",
"MUST_SELECT": " muss ausgewählt sein",
"MAX_VALUE": " darf maximal eine Länge von {0} haben",
"SIZE_BETWEEN": " muss folgende Länge haben: {0}-{1}"
"MAX_VALUE": " darf maximal eine Länge von {0} Zeichen haben",
"SIZE_BETWEEN": " muss folgende Länge haben: {0}-{1} Zeichen"
}
}

0 comments on commit 26c9d18

Please sign in to comment.