From a5aa605b8548459e48889e99477069562a363f1d Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Thu, 20 Jul 2023 16:31:42 +0300 Subject: [PATCH] UI: Change label to assign customer --- ui-ngx/src/app/modules/home/pages/asset/asset.component.html | 2 +- ui-ngx/src/assets/locale/locale.constant-en_US.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ui-ngx/src/app/modules/home/pages/asset/asset.component.html b/ui-ngx/src/app/modules/home/pages/asset/asset.component.html index 62b45b7542..fbef65a4d6 100644 --- a/ui-ngx/src/app/modules/home/pages/asset/asset.component.html +++ b/ui-ngx/src/app/modules/home/pages/asset/asset.component.html @@ -104,7 +104,7 @@ *ngIf="isAdd" useFullEntityId formControlName="customerId" - labelText="asset.customer-to-assign-asset" + labelText="customer.assign-customer" [entityType]="entityType.CUSTOMER">
diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json index 33067d403d..cd379fa4dc 100644 --- a/ui-ngx/src/assets/locale/locale.constant-en_US.json +++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json @@ -686,8 +686,7 @@ "unassign-asset-from-edge-text": "After the confirmation the asset will be unassigned and won't be accessible by the edge.", "unassign-assets-from-edge-title": "Are you sure you want to unassign { count, plural, =1 {1 asset} other {# assets} }?", "unassign-assets-from-edge-text": "After the confirmation all selected assets will be unassigned and won't be accessible by the edge.", - "selected-assets": "{ count, plural, =1 {1 asset} other {# assets} } selected", - "customer-to-assign-asset": "Customer to assign the asset" + "selected-assets": "{ count, plural, =1 {1 asset} other {# assets} } selected" }, "attribute": { "attributes": "Attributes",