Skip to content

Commit

Permalink
chore(ontology): shortened the placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann committed Feb 17, 2021
1 parent 5adbc10 commit e5b5a94
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@
<div *ngIf="!showResourceClassForm" class="properties-data">
<!-- default language selector -->
<mat-form-field class="properties-language">
<mat-label>Default language for property label</mat-label>
<mat-label>Default language for the labels</mat-label>
<mat-select [formControl]="resourceClassForm.controls['language']" [value]="resourceClassForm.value['language']" [disabled]="edit">
<mat-option *ngFor="let option of languages" [value]="option.language">
{{ option.value }}
Expand Down

0 comments on commit e5b5a94

Please sign in to comment.