From 487d5f75bcb14fdd9bcafad2a2ea0608a3a9e028 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Mon, 18 Sep 2023 17:28:24 +0300 Subject: [PATCH] UI: Add defalut label --- .../src/app/shared/components/entity/entity-list.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/shared/components/entity/entity-list.component.ts b/ui-ngx/src/app/shared/components/entity/entity-list.component.ts index 125d4d77d8..835d253816 100644 --- a/ui-ngx/src/app/shared/components/entity/entity-list.component.ts +++ b/ui-ngx/src/app/shared/components/entity/entity-list.component.ts @@ -65,7 +65,7 @@ export class EntityListComponent implements ControlValueAccessor, OnInit, AfterV subType: string; @Input() - labelText: string; + labelText = this.translate.instant('entity.entity-list'); @Input() placeholderText = this.translate.instant('entity.entity-list');