Browse Source

Merge pull request #14143 from mtsymbarov-del/fix/alarm-type-list-translation

Added alarm type list key translations
pull/14267/head
Igor Kulikov 7 months ago
committed by GitHub
parent
commit
49431c84fb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/shared/components/entity/entity-subtype-list.component.html

2
ui-ngx/src/app/shared/components/entity/entity-subtype-list.component.html

@ -47,7 +47,7 @@
(optionSelected)="selected($event)"
[displayWith]="displayEntitySubtypeFn">
<mat-option *ngFor="let entitySubtype of filteredEntitySubtypeList | async" [value]="entitySubtype">
<span [innerHTML]="entitySubtype | highlight:searchText"></span>
<span [innerHTML]="entitySubtype | customTranslate | highlight:searchText"></span>
</mat-option>
</mat-autocomplete>
<div matSuffix>

Loading…
Cancel
Save