Skip to content

Commit

Permalink
fix(ontology): use correct label (DEV-168) (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann committed Oct 27, 2021
1 parent 6d510c7 commit 70cc7d8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
<span matPrefix class="ontology-prefix-icon">
<mat-icon>fingerprint</mat-icon>&nbsp;
</span>
<mat-label>Property name *</mat-label>
<mat-label>Class name *</mat-label>
<input matInput formControlName="name" >
<mat-hint class="ontology-error-with-prefix" *ngIf="formErrors.name">
{{formErrors.name}}
Expand Down

0 comments on commit 70cc7d8

Please sign in to comment.