From 0519fc8eaff0ed5a92b1aa0d880d2601634bc094 Mon Sep 17 00:00:00 2001 From: rusikv Date: Fri, 8 Sep 2023 16:53:33 +0300 Subject: [PATCH] UI: changed validation hints of add telemetry dialog to more precise --- .../attribute/add-attribute-dialog.component.html | 6 +++--- .../components/attribute/add-attribute-dialog.component.ts | 5 ++--- ui-ngx/src/assets/locale/locale.constant-en_US.json | 2 ++ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/attribute/add-attribute-dialog.component.html b/ui-ngx/src/app/modules/home/components/attribute/add-attribute-dialog.component.html index 17e31854cc..af2a959424 100644 --- a/ui-ngx/src/app/modules/home/components/attribute/add-attribute-dialog.component.html +++ b/ui-ngx/src/app/modules/home/components/attribute/add-attribute-dialog.component.html @@ -17,7 +17,7 @@ -->
-

{{ title | translate }}

+

{{ (isTelemetry ? 'attribute.add-telemetry' : 'attribute.add') | translate }}