From aaaf4b177f670d7f64779a4fb8a378256af47376 Mon Sep 17 00:00:00 2001 From: ArtemDzhereleiko Date: Wed, 22 Sep 2021 14:47:06 +0300 Subject: [PATCH] Fix translation key type after updating key filter --- .../home/components/filter/key-filter-list.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/filter/key-filter-list.component.html b/ui-ngx/src/app/modules/home/components/filter/key-filter-list.component.html index 6ceb5b1844..cce002a7b2 100644 --- a/ui-ngx/src/app/modules/home/components/filter/key-filter-list.component.html +++ b/ui-ngx/src/app/modules/home/components/filter/key-filter-list.component.html @@ -43,7 +43,7 @@
{{ keyFilterControl.value.key.key }}
-
{{ entityKeyTypeTranslations.get(keyFilterControl.value.key.type) }}
+
{{ entityKeyTypeTranslations.get(keyFilterControl.value.key.type) | translate }}